Html Css Color HEX #BFAE5E Gimblet

📋 copy color: '#BFAE5E'

red 191 ◦ green 174 ◦ blue 94

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

Shades of Gimblet #BFAE5E

Tints of Gimblet #BFAE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.48%

R = 41.61%
G = 37.91%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFAE5E (or 0xBFAE5E) is known color: Gimblet. HEX triplet: BF, AE and 5E. RGB value is (191,174,94). Sum of RGB (Red+Green+Blue) = 191+174+94=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE5E is #4051A1. Grayscale: #AAAAAA. Windows color (decimal): -4215202 or 6205119. OLE color: 6205119.

HSL color Cylindrical-coordinate representation of color #BFAE5E: hue angle of 49.48º 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 #BFAE5E is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 94 -
CMYK 0 0.09 0.51 0.25
HSL 49.48º 0.43% 0.56% -
HSV(B) 49.48º 0.51% 0.75% -
XYZ 38.64 42.16 16.69 -
YUV 169.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 191 174 94 0 0.09 0.51 0.25 49.48 0.43 0.56
Hex BF AE 5E 0 9 33 19 31 2B 38
Octal 277 256 136 0 11 63 31 61 53 70
Binary 10111111 10101110 1011110 0 1001 110011 11001 110001 101011 111000

Color Harmonies of #BFAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE5E

Black with #BFAE5E

Text Example


Text Example

White with #BFAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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