Html Css Color HEX #BBAD4C Sundance

📋 copy color: '#BBAD4C'

red 187 ◦ green 173 ◦ blue 76

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

Shades of Sundance #BBAD4C

Tints of Sundance #BBAD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.68%

 BLUE value IS 76 (30.08% from 255) = 17.43%

R = 42.89%
G = 39.68%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BBAD4C (or 0xBBAD4C) is known color: Sundance. HEX triplet: BB, AD and 4C. RGB value is (187,173,76). Sum of RGB (Red+Green+Blue) = 187+173+76=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD4C is #4452B3. Grayscale: #A6A6A6. Windows color (decimal): -4477620 or 5025211. OLE color: 5025211.

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

Color convert

RGB 187 173 76 -
CMYK 0 0.07 0.59 0.27
HSL 52.43º 0.45% 0.52% -
HSV(B) 52.43º 0.59% 0.73% -
XYZ 36.74 40.97 12.81 -
YUV 166.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 187 173 76 0 0.07 0.59 0.27 52.43 0.45 0.52
Hex BB AD 4C 0 7 3B 1B 34 2D 34
Octal 273 255 114 0 7 73 33 64 55 64
Binary 10111011 10101101 1001100 0 111 111011 11011 110100 101101 110100

Color Harmonies of #BBAD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD4C

Black with #BBAD4C

Text Example


Text Example

White with #BBAD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD4C; }

 p { color: rgb(187,173,76); }

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

background-color css

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

 a { background-color: rgb(187,173,76); }

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

border-color css

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

 span { border-color: rgb(187,173,76); }

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