Html Css Color HEX #BBAE4D Sundance

📋 copy color: '#BBAE4D'

red 187 ◦ green 174 ◦ blue 77

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

Shades of Sundance #BBAE4D

Tints of Sundance #BBAE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.73%

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

R = 42.69%
G = 39.73%
B = 17.58%

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

#BBAE4D (or 0xBBAE4D) is known color: Sundance. HEX triplet: BB, AE and 4D. RGB value is (187,174,77). Sum of RGB (Red+Green+Blue) = 187+174+77=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE4D is #4451B2. Grayscale: #A7A7A7. Windows color (decimal): -4477363 or 5091003. OLE color: 5091003.

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

Color convert

RGB 187 174 77 -
CMYK 0 0.07 0.59 0.27
HSL 52.91º 0.45% 0.52% -
HSV(B) 52.91º 0.59% 0.73% -
XYZ 36.97 41.37 13.06 -
YUV 166.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 187 174 77 0 0.07 0.59 0.27 52.91 0.45 0.52
Hex BB AE 4D 0 7 3B 1B 35 2D 34
Octal 273 256 115 0 7 73 33 65 55 64
Binary 10111011 10101110 1001101 0 111 111011 11011 110101 101101 110100

Color Harmonies of #BBAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE4D

Black with #BBAE4D

Text Example


Text Example

White with #BBAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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