Html Css Color HEX #BBAA4B Sundance

📋 copy color: '#BBAA4B'

red 187 ◦ green 170 ◦ blue 75

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

Shades of Sundance #BBAA4B

Tints of Sundance #BBAA4B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.35%

 BLUE value IS 75 (29.69% from 255) = 17.36%

R = 43.29%
G = 39.35%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBAA4B (or 0xBBAA4B) is known color: Sundance. HEX triplet: BB, AA and 4B. RGB value is (187,170,75). Sum of RGB (Red+Green+Blue) = 187+170+75=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA4B is #4455B4. Grayscale: #A4A4A4. Windows color (decimal): -4478389 or 4958907. OLE color: 4958907.

HSL color Cylindrical-coordinate representation of color #BBAA4B: hue angle of 50.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBAA4B is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 75 -
CMYK 0 0.09 0.60 0.27
HSL 50.89º 0.45% 0.51% -
HSV(B) 50.89º 0.6% 0.73% -
XYZ 36.14 39.82 12.44 -
YUV 164.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 187 170 75 0 0.09 0.60 0.27 50.89 0.45 0.51
Hex BB AA 4B 0 9 3C 1B 33 2D 33
Octal 273 252 113 0 11 74 33 63 55 63
Binary 10111011 10101010 1001011 0 1001 111100 11011 110011 101101 110011

Color Harmonies of #BBAA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA4B

Black with #BBAA4B

Text Example


Text Example

White with #BBAA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA4B; }

 p { color: rgb(187,170,75); }

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

background-color css

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

 a { background-color: rgb(187,170,75); }

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

border-color css

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

 span { border-color: rgb(187,170,75); }

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