Html Css Color HEX #BBAC70 Gimblet

📋 copy color: '#BBAC70'

red 187 ◦ green 172 ◦ blue 112

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

Shades of Gimblet #BBAC70

Tints of Gimblet #BBAC70

RGB

 RED value IS 187 (73.44% from 255) = 39.7%

 GREEN value IS 172 (67.58% from 255) = 36.52%

 BLUE value IS 112 (44.14% from 255) = 23.78%

R = 39.7%
G = 36.52%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBAC70 (or 0xBBAC70) is known color: Gimblet. HEX triplet: BB, AC and 70. RGB value is (187,172,112). Sum of RGB (Red+Green+Blue) = 187+172+112=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC70 is #44538F. Grayscale: #A9A9A9. Windows color (decimal): -4477840 or 7384251. OLE color: 7384251.

HSL color Cylindrical-coordinate representation of color #BBAC70: hue angle of 48º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBAC70 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 112 -
CMYK 0 0.08 0.40 0.27
HSL 48º 0.36% 0.59% -
HSV(B) 48º 0.4% 0.73% -
XYZ 38.17 41.24 21.28 -
YUV 169.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 187 172 112 0 0.08 0.40 0.27 48 0.36 0.59
Hex BB AC 70 0 8 28 1B 30 24 3B
Octal 273 254 160 0 10 50 33 60 44 73
Binary 10111011 10101100 1110000 0 1000 101000 11011 110000 100100 111011

Color Harmonies of #BBAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC70

Black with #BBAC70

Text Example


Text Example

White with #BBAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC70; }

 p { color: rgb(187,172,112); }

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

background-color css

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

 a { background-color: rgb(187,172,112); }

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

border-color css

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

 span { border-color: rgb(187,172,112); }

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