Html Css Color HEX #BBA54E Sundance

📋 copy color: '#BBA54E'

red 187 ◦ green 165 ◦ blue 78

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

Shades of Sundance #BBA54E

Tints of Sundance #BBA54E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.37%

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

R = 43.49%
G = 38.37%
B = 18.14%

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

#BBA54E (or 0xBBA54E) is known color: Sundance. HEX triplet: BB, A5 and 4E. RGB value is (187,165,78). Sum of RGB (Red+Green+Blue) = 187+165+78=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA54E is #445AB1. Grayscale: #A2A2A2. Windows color (decimal): -4479666 or 5154235. OLE color: 5154235.

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

Color convert

RGB 187 165 78 -
CMYK 0 0.12 0.58 0.27
HSL 47.89º 0.44% 0.52% -
HSV(B) 47.89º 0.58% 0.73% -
XYZ 35.32 38.03 12.69 -
YUV 161.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 187 165 78 0 0.12 0.58 0.27 47.89 0.44 0.52
Hex BB A5 4E 0 C 3A 1B 30 2C 34
Octal 273 245 116 0 14 72 33 60 54 64
Binary 10111011 10100101 1001110 0 1100 111010 11011 110000 101100 110100

Color Harmonies of #BBA54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA54E

Black with #BBA54E

Text Example


Text Example

White with #BBA54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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