Html Css Color HEX #C4BC82 Yuma

📋 copy color: '#C4BC82'

red 196 ◦ green 188 ◦ blue 130

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

Shades of Yuma #C4BC82

Tints of Yuma #C4BC82

RGB

 RED value IS 196 (76.95% from 255) = 38.13%

 GREEN value IS 188 (73.83% from 255) = 36.58%

 BLUE value IS 130 (51.17% from 255) = 25.29%

R = 38.13%
G = 36.58%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C4BC82 (or 0xC4BC82) is known color: Yuma. HEX triplet: C4, BC and 82. RGB value is (196,188,130). Sum of RGB (Red+Green+Blue) = 196+188+130=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC82 is #3B437D. Grayscale: #B8B8B8. Windows color (decimal): -3883902 or 8568004. OLE color: 8568004.

HSL color Cylindrical-coordinate representation of color #C4BC82: hue angle of 52.73º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4BC82 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 130 -
CMYK 0 0.04 0.34 0.23
HSL 52.73º 0.36% 0.64% -
HSV(B) 52.73º 0.34% 0.77% -
XYZ 44.78 49.31 28.28 -
YUV 183.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 196 188 130 0 0.04 0.34 0.23 52.73 0.36 0.64
Hex C4 BC 82 0 4 22 17 35 24 40
Octal 304 274 202 0 4 42 27 65 44 100
Binary 11000100 10111100 10000010 0 100 100010 10111 110101 100100 1000000

Color Harmonies of #C4BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC82

Black with #C4BC82

Text Example


Text Example

White with #C4BC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC82; }

 p { color: rgb(196,188,130); }

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

background-color css

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

 a { background-color: rgb(196,188,130); }

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

border-color css

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

 span { border-color: rgb(196,188,130); }

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