Html Css Color HEX #BBA44E Sundance

📋 copy color: '#BBA44E'

red 187 ◦ green 164 ◦ blue 78

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

Shades of Sundance #BBA44E

Tints of Sundance #BBA44E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

 BLUE value IS 78 (30.86% from 255) = 18.18%

R = 43.59%
G = 38.23%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BBA44E (or 0xBBA44E) is known color: Sundance. HEX triplet: BB, A4 and 4E. RGB value is (187,164,78). Sum of RGB (Red+Green+Blue) = 187+164+78=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA44E is #445BB1. Grayscale: #A1A1A1. Windows color (decimal): -4479922 or 5153979. OLE color: 5153979.

HSL color Cylindrical-coordinate representation of color #BBA44E: hue angle of 47.34º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBA44E is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 78 -
CMYK 0 0.12 0.58 0.27
HSL 47.34º 0.44% 0.52% -
HSV(B) 47.34º 0.58% 0.73% -
XYZ 35.14 37.67 12.63 -
YUV 161.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 187 164 78 0 0.12 0.58 0.27 47.34 0.44 0.52
Hex BB A4 4E 0 C 3A 1B 2F 2C 34
Octal 273 244 116 0 14 72 33 57 54 64
Binary 10111011 10100100 1001110 0 1100 111010 11011 101111 101100 110100

Color Harmonies of #BBA44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA44E

Black with #BBA44E

Text Example


Text Example

White with #BBA44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA44E; }

 p { color: rgb(187,164,78); }

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

background-color css

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

 a { background-color: rgb(187,164,78); }

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

border-color css

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

 span { border-color: rgb(187,164,78); }

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