Html Css Color HEX #BBAC67 Gimblet

📋 copy color: '#BBAC67'

red 187 ◦ green 172 ◦ blue 103

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

Shades of Gimblet #BBAC67

Tints of Gimblet #BBAC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.29%

R = 40.48%
G = 37.23%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBAC67 (or 0xBBAC67) is known color: Gimblet. HEX triplet: BB, AC and 67. RGB value is (187,172,103). Sum of RGB (Red+Green+Blue) = 187+172+103=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC67 is #445398. Grayscale: #A8A8A8. Windows color (decimal): -4477849 or 6794427. OLE color: 6794427.

HSL color Cylindrical-coordinate representation of color #BBAC67: hue angle of 49.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBAC67 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 103 -
CMYK 0 0.08 0.45 0.27
HSL 49.29º 0.38% 0.57% -
HSV(B) 49.29º 0.45% 0.73% -
XYZ 37.69 41.05 18.77 -
YUV 168.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 187 172 103 0 0.08 0.45 0.27 49.29 0.38 0.57
Hex BB AC 67 0 8 2D 1B 31 26 39
Octal 273 254 147 0 10 55 33 61 46 71
Binary 10111011 10101100 1100111 0 1000 101101 11011 110001 100110 111001

Color Harmonies of #BBAC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC67

Black with #BBAC67

Text Example


Text Example

White with #BBAC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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