Html Css Color HEX #BC6736 Christine

📋 copy color: '#BC6736'

red 188 ◦ green 103 ◦ blue 54

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

Shades of Christine #BC6736

Tints of Christine #BC6736

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

 BLUE value IS 54 (21.48% from 255) = 15.65%

R = 54.49%
G = 29.86%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC6736 (or 0xBC6736) is known color: Christine. HEX triplet: BC, 67 and 36. RGB value is (188,103,54). Sum of RGB (Red+Green+Blue) = 188+103+54=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6736 is #4398C9. Grayscale: #7B7B7B. Windows color (decimal): -4430026 or 3565500. OLE color: 3565500.

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

Color convert

RGB 188 103 54 -
CMYK 0 0.45 0.71 0.26
HSL 21.94º 0.55% 0.47% -
HSV(B) 21.94º 0.71% 0.74% -
XYZ 26.26 20.66 6.09 -
YUV 122.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 188 103 54 0 0.45 0.71 0.26 21.94 0.55 0.47
Hex BC 67 36 0 2D 47 1A 16 37 2F
Octal 274 147 66 0 55 107 32 26 67 57
Binary 10111100 1100111 110110 0 101101 1000111 11010 10110 110111 101111

Color Harmonies of #BC6736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6736

Black with #BC6736

Text Example


Text Example

White with #BC6736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6736; }

 p { color: rgb(188,103,54); }

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

background-color css

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

 a { background-color: rgb(188,103,54); }

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

border-color css

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

 span { border-color: rgb(188,103,54); }

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