Html Css Color HEX #BCB34C Sundance

📋 copy color: '#BCB34C'

red 188 ◦ green 179 ◦ blue 76

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

Shades of Sundance #BCB34C

Tints of Sundance #BCB34C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

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

R = 42.44%
G = 40.41%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCB34C (or 0xBCB34C) is known color: Sundance. HEX triplet: BC, B3 and 4C. RGB value is (188,179,76). Sum of RGB (Red+Green+Blue) = 188+179+76=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB34C is #434CB3. Grayscale: #AAAAAA. Windows color (decimal): -4410548 or 5026748. OLE color: 5026748.

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

Color convert

RGB 188 179 76 -
CMYK 0 0.05 0.60 0.26
HSL 55.18º 0.46% 0.52% -
HSV(B) 55.18º 0.6% 0.74% -
XYZ 38.16 43.45 13.21 -
YUV 169.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 188 179 76 0 0.05 0.60 0.26 55.18 0.46 0.52
Hex BC B3 4C 0 5 3C 1A 37 2E 34
Octal 274 263 114 0 5 74 32 67 56 64
Binary 10111100 10110011 1001100 0 101 111100 11010 110111 101110 110100

Color Harmonies of #BCB34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB34C

Black with #BCB34C

Text Example


Text Example

White with #BCB34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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