Html Css Color HEX #BFB25B Gimblet

📋 copy color: '#BFB25B'

red 191 ◦ green 178 ◦ blue 91

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

Shades of Gimblet #BFB25B

Tints of Gimblet #BFB25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 41.52%
G = 38.7%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BFB25B (or 0xBFB25B) is known color: Gimblet. HEX triplet: BF, B2 and 5B. RGB value is (191,178,91). Sum of RGB (Red+Green+Blue) = 191+178+91=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB25B is #404DA4. Grayscale: #ACACAC. Windows color (decimal): -4214181 or 6009535. OLE color: 6009535.

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

Color convert

RGB 191 178 91 -
CMYK 0 0.07 0.52 0.25
HSL 52.2º 0.44% 0.55% -
HSV(B) 52.2º 0.52% 0.75% -
XYZ 39.29 43.67 16.26 -
YUV 171.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 191 178 91 0 0.07 0.52 0.25 52.2 0.44 0.55
Hex BF B2 5B 0 7 34 19 34 2C 37
Octal 277 262 133 0 7 64 31 64 54 67
Binary 10111111 10110010 1011011 0 111 110100 11001 110100 101100 110111

Color Harmonies of #BFB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB25B

Black with #BFB25B

Text Example


Text Example

White with #BFB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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