Html Css Color HEX #BBA74A Sundance

📋 copy color: '#BBA74A'

red 187 ◦ green 167 ◦ blue 74

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

Shades of Sundance #BBA74A

Tints of Sundance #BBA74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

 BLUE value IS 74 (29.3% from 255) = 17.29%

R = 43.69%
G = 39.02%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBA74A (or 0xBBA74A) is known color: Sundance. HEX triplet: BB, A7 and 4A. RGB value is (187,167,74). Sum of RGB (Red+Green+Blue) = 187+167+74=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA74A is #4458B5. Grayscale: #A2A2A2. Windows color (decimal): -4479158 or 4892603. OLE color: 4892603.

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

Color convert

RGB 187 167 74 -
CMYK 0 0.11 0.60 0.27
HSL 49.38º 0.45% 0.51% -
HSV(B) 49.38º 0.6% 0.73% -
XYZ 35.55 38.7 12.07 -
YUV 162.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 187 167 74 0 0.11 0.60 0.27 49.38 0.45 0.51
Hex BB A7 4A 0 B 3C 1B 31 2D 33
Octal 273 247 112 0 13 74 33 61 55 63
Binary 10111011 10100111 1001010 0 1011 111100 11011 110001 101101 110011

Color Harmonies of #BBA74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA74A

Black with #BBA74A

Text Example


Text Example

White with #BBA74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA74A; }

 p { color: rgb(187,167,74); }

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

background-color css

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

 a { background-color: rgb(187,167,74); }

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

border-color css

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

 span { border-color: rgb(187,167,74); }

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