Html Css Color HEX #BFB25D Gimblet

📋 copy color: '#BFB25D'

red 191 ◦ green 178 ◦ blue 93

#BFB25D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #BFB25D

Tints of Gimblet #BFB25D

RGB

 RED value IS 191 (75% from 255) = 41.34%

 GREEN value IS 178 (69.92% from 255) = 38.53%

 BLUE value IS 93 (36.72% from 255) = 20.13%

R = 41.34%
G = 38.53%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFB25D (or 0xBFB25D) is known color: Gimblet. HEX triplet: BF, B2 and 5D. RGB value is (191,178,93). Sum of RGB (Red+Green+Blue) = 191+178+93=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB25D is #404DA2. Grayscale: #ACACAC. Windows color (decimal): -4214179 or 6140607. OLE color: 6140607.

HSL color Cylindrical-coordinate representation of color #BFB25D: hue angle of 52.04º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFB25D is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 178 93 -
CMYK 0 0.07 0.51 0.25
HSL 52.04º 0.43% 0.56% -
HSV(B) 52.04º 0.51% 0.75% -
XYZ 39.38 43.71 16.72 -
YUV 172.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 191 178 93 0 0.07 0.51 0.25 52.04 0.43 0.56
Hex BF B2 5D 0 7 33 19 34 2B 38
Octal 277 262 135 0 7 63 31 64 53 70
Binary 10111111 10110010 1011101 0 111 110011 11001 110100 101011 111000

Color Harmonies of #BFB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB25D

Black with #BFB25D

Text Example


Text Example

White with #BFB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB25D; }

 p { color: rgb(191,178,93); }

 H1.HeaderClassName
 {
   color: #BFB25D;
 }
 .AnyTagClassName
 {
   color: #BFB25D;
 }
</style>

background-color css

<style>
 a { background-color: #BFB25D; }

 a { background-color: rgb(191,178,93); }

 div.DivClassName
 {
   background-color: #BFB25D;
 }
 .BgClassName
 {
   background-color: #BFB25D;
 }
</style>

border-color css

<style>
 span { border-color: #BFB25D; }

 span { border-color: rgb(191,178,93); }

 td.TdClassName
 {
   border-color: #BFB25D;
 }
 .TagClassName
 {
   border-color: #BFB25D;
 }
</style>