Html Css Color HEX #BBAB67 Gimblet

📋 copy color: '#BBAB67'

red 187 ◦ green 171 ◦ blue 103

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

Shades of Gimblet #BBAB67

Tints of Gimblet #BBAB67

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 40.56%
G = 37.09%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBAB67 (or 0xBBAB67) is known color: Gimblet. HEX triplet: BB, AB and 67. RGB value is (187,171,103). Sum of RGB (Red+Green+Blue) = 187+171+103=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB67 is #445498. Grayscale: #A8A8A8. Windows color (decimal): -4478105 or 6794171. OLE color: 6794171.

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

Color convert

RGB 187 171 103 -
CMYK 0 0.09 0.45 0.27
HSL 48.57º 0.38% 0.57% -
HSV(B) 48.57º 0.45% 0.73% -
XYZ 37.5 40.67 18.71 -
YUV 168.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 187 171 103 0 0.09 0.45 0.27 48.57 0.38 0.57
Hex BB AB 67 0 9 2D 1B 31 26 39
Octal 273 253 147 0 11 55 33 61 46 71
Binary 10111011 10101011 1100111 0 1001 101101 11011 110001 100110 111001

Color Harmonies of #BBAB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB67

Black with #BBAB67

Text Example


Text Example

White with #BBAB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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