Html Css Color HEX #BBAF4D Sundance

📋 copy color: '#BBAF4D'

red 187 ◦ green 175 ◦ blue 77

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

Shades of Sundance #BBAF4D

Tints of Sundance #BBAF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.54%

R = 42.6%
G = 39.86%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BBAF4D (or 0xBBAF4D) is known color: Sundance. HEX triplet: BB, AF and 4D. RGB value is (187,175,77). Sum of RGB (Red+Green+Blue) = 187+175+77=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF4D is #4450B2. Grayscale: #A7A7A7. Windows color (decimal): -4477107 or 5091259. OLE color: 5091259.

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

Color convert

RGB 187 175 77 -
CMYK 0 0.06 0.59 0.27
HSL 53.45º 0.45% 0.52% -
HSV(B) 53.45º 0.59% 0.73% -
XYZ 37.16 41.76 13.12 -
YUV 167.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 187 175 77 0 0.06 0.59 0.27 53.45 0.45 0.52
Hex BB AF 4D 0 6 3B 1B 35 2D 34
Octal 273 257 115 0 6 73 33 65 55 64
Binary 10111011 10101111 1001101 0 110 111011 11011 110101 101101 110100

Color Harmonies of #BBAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF4D

Black with #BBAF4D

Text Example


Text Example

White with #BBAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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