Html Css Color HEX #BFB15A Gimblet

📋 copy color: '#BFB15A'

red 191 ◦ green 177 ◦ blue 90

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

Shades of Gimblet #BFB15A

Tints of Gimblet #BFB15A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.65%

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 41.7%
G = 38.65%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFB15A (or 0xBFB15A) is known color: Gimblet. HEX triplet: BF, B1 and 5A. RGB value is (191,177,90). Sum of RGB (Red+Green+Blue) = 191+177+90=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB15A is #404EA5. Grayscale: #ABABAB. Windows color (decimal): -4214438 or 5943743. OLE color: 5943743.

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

Color convert

RGB 191 177 90 -
CMYK 0 0.07 0.53 0.25
HSL 51.68º 0.44% 0.55% -
HSV(B) 51.68º 0.53% 0.75% -
XYZ 39.05 43.26 15.96 -
YUV 171.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 191 177 90 0 0.07 0.53 0.25 51.68 0.44 0.55
Hex BF B1 5A 0 7 35 19 34 2C 37
Octal 277 261 132 0 7 65 31 64 54 67
Binary 10111111 10110001 1011010 0 111 110101 11001 110100 101100 110111

Color Harmonies of #BFB15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB15A

Black with #BFB15A

Text Example


Text Example

White with #BFB15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB15A; }

 p { color: rgb(191,177,90); }

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

background-color css

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

 a { background-color: rgb(191,177,90); }

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

border-color css

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

 span { border-color: rgb(191,177,90); }

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