Html Css Color HEX #BBA24B Sundance

📋 copy color: '#BBA24B'

red 187 ◦ green 162 ◦ blue 75

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

Shades of Sundance #BBA24B

Tints of Sundance #BBA24B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

 BLUE value IS 75 (29.69% from 255) = 17.69%

R = 44.1%
G = 38.21%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBA24B (or 0xBBA24B) is known color: Sundance. HEX triplet: BB, A2 and 4B. RGB value is (187,162,75). Sum of RGB (Red+Green+Blue) = 187+162+75=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA24B is #445DB4. Grayscale: #9F9F9F. Windows color (decimal): -4480437 or 4956859. OLE color: 4956859.

HSL color Cylindrical-coordinate representation of color #BBA24B: hue angle of 46.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBA24B is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 75 -
CMYK 0 0.13 0.60 0.27
HSL 46.61º 0.45% 0.51% -
HSV(B) 46.61º 0.6% 0.73% -
XYZ 34.68 36.91 11.95 -
YUV 159.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 187 162 75 0 0.13 0.60 0.27 46.61 0.45 0.51
Hex BB A2 4B 0 D 3C 1B 2F 2D 33
Octal 273 242 113 0 15 74 33 57 55 63
Binary 10111011 10100010 1001011 0 1101 111100 11011 101111 101101 110011

Color Harmonies of #BBA24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA24B

Black with #BBA24B

Text Example


Text Example

White with #BBA24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA24B; }

 p { color: rgb(187,162,75); }

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

background-color css

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

 a { background-color: rgb(187,162,75); }

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

border-color css

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

 span { border-color: rgb(187,162,75); }

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