Html Css Color HEX #BBB14C Sundance

📋 copy color: '#BBB14C'

red 187 ◦ green 177 ◦ blue 76

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

Shades of Sundance #BBB14C

Tints of Sundance #BBB14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.23%

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

R = 42.5%
G = 40.23%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BBB14C (or 0xBBB14C) is known color: Sundance. HEX triplet: BB, B1 and 4C. RGB value is (187,177,76). Sum of RGB (Red+Green+Blue) = 187+177+76=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB14C is #444EB3. Grayscale: #A8A8A8. Windows color (decimal): -4476596 or 5026235. OLE color: 5026235.

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

Color convert

RGB 187 177 76 -
CMYK 0 0.05 0.59 0.27
HSL 54.59º 0.45% 0.52% -
HSV(B) 54.59º 0.59% 0.73% -
XYZ 37.52 42.53 13.07 -
YUV 168.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 187 177 76 0 0.05 0.59 0.27 54.59 0.45 0.52
Hex BB B1 4C 0 5 3B 1B 37 2D 34
Octal 273 261 114 0 5 73 33 67 55 64
Binary 10111011 10110001 1001100 0 101 111011 11011 110111 101101 110100

Color Harmonies of #BBB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB14C

Black with #BBB14C

Text Example


Text Example

White with #BBB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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