Html Css Color HEX #BC6733 Christine

📋 copy color: '#BC6733'

red 188 ◦ green 103 ◦ blue 51

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

Shades of Christine #BC6733

Tints of Christine #BC6733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 54.97%
G = 30.12%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC6733 (or 0xBC6733) is known color: Christine. HEX triplet: BC, 67 and 33. RGB value is (188,103,51). Sum of RGB (Red+Green+Blue) = 188+103+51=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6733 is #4398CC. Grayscale: #7A7A7A. Windows color (decimal): -4430029 or 3368892. OLE color: 3368892.

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

Color convert

RGB 188 103 51 -
CMYK 0 0.45 0.73 0.26
HSL 22.77º 0.57% 0.47% -
HSV(B) 22.77º 0.73% 0.74% -
XYZ 26.19 20.63 5.73 -
YUV 122.49 87.66 174.73 -
System Red Green Blue C M Y K H S L
Decimal 188 103 51 0 0.45 0.73 0.26 22.77 0.57 0.47
Hex BC 67 33 0 2D 49 1A 17 39 2F
Octal 274 147 63 0 55 111 32 27 71 57
Binary 10111100 1100111 110011 0 101101 1001001 11010 10111 111001 101111

Color Harmonies of #BC6733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6733

Black with #BC6733

Text Example


Text Example

White with #BC6733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6733; }

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

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

background-color css

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

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

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

border-color css

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

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

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