Html Css Color HEX #BC6B35 Christine

📋 copy color: '#BC6B35'

red 188 ◦ green 107 ◦ blue 53

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

Shades of Christine #BC6B35

Tints of Christine #BC6B35

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

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

R = 54.02%
G = 30.75%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC6B35 (or 0xBC6B35) is known color: Christine. HEX triplet: BC, 6B and 35. RGB value is (188,107,53). Sum of RGB (Red+Green+Blue) = 188+107+53=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B35 is #4394CA. Grayscale: #7D7D7D. Windows color (decimal): -4429003 or 3500988. OLE color: 3500988.

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

Color convert

RGB 188 107 53 -
CMYK 0 0.43 0.72 0.26
HSL 24º 0.56% 0.47% -
HSV(B) 24º 0.72% 0.74% -
XYZ 26.64 21.46 6.11 -
YUV 125.06 87.34 172.89 -
System Red Green Blue C M Y K H S L
Decimal 188 107 53 0 0.43 0.72 0.26 24 0.56 0.47
Hex BC 6B 35 0 2B 48 1A 18 38 2F
Octal 274 153 65 0 53 110 32 30 70 57
Binary 10111100 1101011 110101 0 101011 1001000 11010 11000 111000 101111

Color Harmonies of #BC6B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B35

Black with #BC6B35

Text Example


Text Example

White with #BC6B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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