Html Css Color HEX #BCB34D Sundance

📋 copy color: '#BCB34D'

red 188 ◦ green 179 ◦ blue 77

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

Shades of Sundance #BCB34D

Tints of Sundance #BCB34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.34%

R = 42.34%
G = 40.32%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCB34D (or 0xBCB34D) is known color: Sundance. HEX triplet: BC, B3 and 4D. RGB value is (188,179,77). Sum of RGB (Red+Green+Blue) = 188+179+77=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB34D is #434CB2. Grayscale: #AAAAAA. Windows color (decimal): -4410547 or 5092284. OLE color: 5092284.

HSL color Cylindrical-coordinate representation of color #BCB34D: hue angle of 55.14º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCB34D is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 77 -
CMYK 0 0.05 0.59 0.26
HSL 55.14º 0.45% 0.52% -
HSV(B) 55.14º 0.59% 0.74% -
XYZ 38.2 43.47 13.4 -
YUV 170.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 188 179 77 0 0.05 0.59 0.26 55.14 0.45 0.52
Hex BC B3 4D 0 5 3B 1A 37 2D 34
Octal 274 263 115 0 5 73 32 67 55 64
Binary 10111100 10110011 1001101 0 101 111011 11010 110111 101101 110100

Color Harmonies of #BCB34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB34D

Black with #BCB34D

Text Example


Text Example

White with #BCB34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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