Html Css Color HEX #BCB04B Sundance

📋 copy color: '#BCB04B'

red 188 ◦ green 176 ◦ blue 75

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

Shades of Sundance #BCB04B

Tints of Sundance #BCB04B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

 BLUE value IS 75 (29.69% from 255) = 17.08%

R = 42.82%
G = 40.09%
B = 17.08%

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

#BCB04B (or 0xBCB04B) is known color: Sundance. HEX triplet: BC, B0 and 4B. RGB value is (188,176,75). Sum of RGB (Red+Green+Blue) = 188+176+75=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB04B is #434FB4. Grayscale: #A8A8A8. Windows color (decimal): -4411317 or 4960444. OLE color: 4960444.

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

Color convert

RGB 188 176 75 -
CMYK 0 0.06 0.60 0.26
HSL 53.63º 0.46% 0.52% -
HSV(B) 53.63º 0.6% 0.74% -
XYZ 37.53 42.25 12.83 -
YUV 168.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 188 176 75 0 0.06 0.60 0.26 53.63 0.46 0.52
Hex BC B0 4B 0 6 3C 1A 36 2E 34
Octal 274 260 113 0 6 74 32 66 56 64
Binary 10111100 10110000 1001011 0 110 111100 11010 110110 101110 110100

Color Harmonies of #BCB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB04B

Black with #BCB04B

Text Example


Text Example

White with #BCB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB04B; }

 p { color: rgb(188,176,75); }

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

background-color css

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

 a { background-color: rgb(188,176,75); }

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

border-color css

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

 span { border-color: rgb(188,176,75); }

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