Html Css Color HEX #BFAE58 Gimblet

📋 copy color: '#BFAE58'

red 191 ◦ green 174 ◦ blue 88

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

Shades of Gimblet #BFAE58

Tints of Gimblet #BFAE58

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.41%

 BLUE value IS 88 (34.77% from 255) = 19.43%

R = 42.16%
G = 38.41%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFAE58 (or 0xBFAE58) is known color: Gimblet. HEX triplet: BF, AE and 58. RGB value is (191,174,88). Sum of RGB (Red+Green+Blue) = 191+174+88=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE58 is #4051A7. Grayscale: #A9A9A9. Windows color (decimal): -4215208 or 5811903. OLE color: 5811903.

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

Color convert

RGB 191 174 88 -
CMYK 0 0.09 0.54 0.25
HSL 50.1º 0.45% 0.55% -
HSV(B) 50.1º 0.54% 0.75% -
XYZ 38.38 42.05 15.33 -
YUV 169.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 191 174 88 0 0.09 0.54 0.25 50.1 0.45 0.55
Hex BF AE 58 0 9 36 19 32 2D 37
Octal 277 256 130 0 11 66 31 62 55 67
Binary 10111111 10101110 1011000 0 1001 110110 11001 110010 101101 110111

Color Harmonies of #BFAE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE58

Black with #BFAE58

Text Example


Text Example

White with #BFAE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE58; }

 p { color: rgb(191,174,88); }

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

background-color css

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

 a { background-color: rgb(191,174,88); }

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

border-color css

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

 span { border-color: rgb(191,174,88); }

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