Html Css Color HEX #BBA74C Sundance

📋 copy color: '#BBA74C'

red 187 ◦ green 167 ◦ blue 76

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

Shades of Sundance #BBA74C

Tints of Sundance #BBA74C

RGB

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

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

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

R = 43.49%
G = 38.84%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BBA74C (or 0xBBA74C) is known color: Sundance. HEX triplet: BB, A7 and 4C. RGB value is (187,167,76). Sum of RGB (Red+Green+Blue) = 187+167+76=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA74C is #4458B3. Grayscale: #A2A2A2. Windows color (decimal): -4479156 or 5023675. OLE color: 5023675.

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

Color convert

RGB 187 167 76 -
CMYK 0 0.11 0.59 0.27
HSL 49.19º 0.45% 0.52% -
HSV(B) 49.19º 0.59% 0.73% -
XYZ 35.62 38.72 12.43 -
YUV 162.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 187 167 76 0 0.11 0.59 0.27 49.19 0.45 0.52
Hex BB A7 4C 0 B 3B 1B 31 2D 34
Octal 273 247 114 0 13 73 33 61 55 64
Binary 10111011 10100111 1001100 0 1011 111011 11011 110001 101101 110100

Color Harmonies of #BBA74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA74C

Black with #BBA74C

Text Example


Text Example

White with #BBA74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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