Html Css Color HEX #BBAE67 Gimblet

📋 copy color: '#BBAE67'

red 187 ◦ green 174 ◦ blue 103

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

Shades of Gimblet #BBAE67

Tints of Gimblet #BBAE67

RGB

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

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

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

R = 40.3%
G = 37.5%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBAE67 (or 0xBBAE67) is known color: Gimblet. HEX triplet: BB, AE and 67. RGB value is (187,174,103). Sum of RGB (Red+Green+Blue) = 187+174+103=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE67 is #445198. Grayscale: #AAAAAA. Windows color (decimal): -4477337 or 6794939. OLE color: 6794939.

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

Color convert

RGB 187 174 103 -
CMYK 0 0.07 0.45 0.27
HSL 50.71º 0.38% 0.57% -
HSV(B) 50.71º 0.45% 0.73% -
XYZ 38.08 41.82 18.9 -
YUV 169.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 187 174 103 0 0.07 0.45 0.27 50.71 0.38 0.57
Hex BB AE 67 0 7 2D 1B 33 26 39
Octal 273 256 147 0 7 55 33 63 46 71
Binary 10111011 10101110 1100111 0 111 101101 11011 110011 100110 111001

Color Harmonies of #BBAE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE67

Black with #BBAE67

Text Example


Text Example

White with #BBAE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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