Html Css Color HEX #C4BC48 Old Gold

📋 copy color: '#C4BC48'

red 196 ◦ green 188 ◦ blue 72

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

Shades of Old Gold #C4BC48

Tints of Old Gold #C4BC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.79%

R = 42.98%
G = 41.23%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4BC48 (or 0xC4BC48) is known color: Old Gold. HEX triplet: C4, BC and 48. RGB value is (196,188,72). Sum of RGB (Red+Green+Blue) = 196+188+72=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC48 is #3B43B7. Grayscale: #B1B1B1. Windows color (decimal): -3883960 or 4766916. OLE color: 4766916.

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

Color convert

RGB 196 188 72 -
CMYK 0 0.04 0.63 0.23
HSL 56.13º 0.51% 0.53% -
HSV(B) 56.13º 0.63% 0.77% -
XYZ 41.92 48.17 13.22 -
YUV 177.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 196 188 72 0 0.04 0.63 0.23 56.13 0.51 0.53
Hex C4 BC 48 0 4 3F 17 38 33 35
Octal 304 274 110 0 4 77 27 70 63 65
Binary 11000100 10111100 1001000 0 100 111111 10111 111000 110011 110101

Color Harmonies of #C4BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC48

Black with #C4BC48

Text Example


Text Example

White with #C4BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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