Html Css Color HEX #BC6735 Christine

📋 copy color: '#BC6735'

red 188 ◦ green 103 ◦ blue 53

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

Shades of Christine #BC6735

Tints of Christine #BC6735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 54.65%
G = 29.94%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC6735 (or 0xBC6735) is known color: Christine. HEX triplet: BC, 67 and 35. RGB value is (188,103,53). Sum of RGB (Red+Green+Blue) = 188+103+53=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6735 is #4398CA. Grayscale: #7A7A7A. Windows color (decimal): -4430027 or 3499964. OLE color: 3499964.

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

Color convert

RGB 188 103 53 -
CMYK 0 0.45 0.72 0.26
HSL 22.22º 0.56% 0.47% -
HSV(B) 22.22º 0.72% 0.74% -
XYZ 26.23 20.65 5.97 -
YUV 122.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 188 103 53 0 0.45 0.72 0.26 22.22 0.56 0.47
Hex BC 67 35 0 2D 48 1A 16 38 2F
Octal 274 147 65 0 55 110 32 26 70 57
Binary 10111100 1100111 110101 0 101101 1001000 11010 10110 111000 101111

Color Harmonies of #BC6735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6735

Black with #BC6735

Text Example


Text Example

White with #BC6735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6735; }

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

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

background-color css

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

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

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

border-color css

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

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

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