Html Css Color HEX #BCB14C Sundance

📋 copy color: '#BCB14C'

red 188 ◦ green 177 ◦ blue 76

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

Shades of Sundance #BCB14C

Tints of Sundance #BCB14C

RGB

 RED value IS 188 (73.83% from 255) = 42.63%

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

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

R = 42.63%
G = 40.14%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCB14C (or 0xBCB14C) is known color: Sundance. HEX triplet: BC, B1 and 4C. RGB value is (188,177,76). Sum of RGB (Red+Green+Blue) = 188+177+76=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB14C is #434EB3. Grayscale: #A9A9A9. Windows color (decimal): -4411060 or 5026236. OLE color: 5026236.

HSL color Cylindrical-coordinate representation of color #BCB14C: hue angle of 54.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCB14C is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 76 -
CMYK 0 0.06 0.60 0.26
HSL 54.11º 0.46% 0.52% -
HSV(B) 54.11º 0.6% 0.74% -
XYZ 37.77 42.66 13.08 -
YUV 168.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 188 177 76 0 0.06 0.60 0.26 54.11 0.46 0.52
Hex BC B1 4C 0 6 3C 1A 36 2E 34
Octal 274 261 114 0 6 74 32 66 56 64
Binary 10111100 10110001 1001100 0 110 111100 11010 110110 101110 110100

Color Harmonies of #BCB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB14C

Black with #BCB14C

Text Example


Text Example

White with #BCB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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