Html Css Color HEX #BBAF4E Sundance

📋 copy color: '#BBAF4E'

red 187 ◦ green 175 ◦ blue 78

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

Shades of Sundance #BBAF4E

Tints of Sundance #BBAF4E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.77%

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

R = 42.5%
G = 39.77%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BBAF4E (or 0xBBAF4E) is known color: Sundance. HEX triplet: BB, AF and 4E. RGB value is (187,175,78). Sum of RGB (Red+Green+Blue) = 187+175+78=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF4E is #4450B1. Grayscale: #A7A7A7. Windows color (decimal): -4477106 or 5156795. OLE color: 5156795.

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

Color convert

RGB 187 175 78 -
CMYK 0 0.06 0.58 0.27
HSL 53.39º 0.44% 0.52% -
HSV(B) 53.39º 0.58% 0.73% -
XYZ 37.2 41.77 13.31 -
YUV 167.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 187 175 78 0 0.06 0.58 0.27 53.39 0.44 0.52
Hex BB AF 4E 0 6 3A 1B 35 2C 34
Octal 273 257 116 0 6 72 33 65 54 64
Binary 10111011 10101111 1001110 0 110 111010 11011 110101 101100 110100

Color Harmonies of #BBAF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF4E

Black with #BBAF4E

Text Example


Text Example

White with #BBAF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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