Html Css Color HEX #BC6A33 Christine

📋 copy color: '#BC6A33'

red 188 ◦ green 106 ◦ blue 51

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

Shades of Christine #BC6A33

Tints of Christine #BC6A33

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 54.49%
G = 30.72%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC6A33 (or 0xBC6A33) is known color: Christine. HEX triplet: BC, 6A and 33. RGB value is (188,106,51). Sum of RGB (Red+Green+Blue) = 188+106+51=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A33 is #4395CC. Grayscale: #7C7C7C. Windows color (decimal): -4429261 or 3369660. OLE color: 3369660.

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

Color convert

RGB 188 106 51 -
CMYK 0 0.44 0.73 0.26
HSL 24.09º 0.57% 0.47% -
HSV(B) 24.09º 0.73% 0.74% -
XYZ 26.49 21.24 5.84 -
YUV 124.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 188 106 51 0 0.44 0.73 0.26 24.09 0.57 0.47
Hex BC 6A 33 0 2C 49 1A 18 39 2F
Octal 274 152 63 0 54 111 32 30 71 57
Binary 10111100 1101010 110011 0 101100 1001001 11010 11000 111001 101111

Color Harmonies of #BC6A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A33

Black with #BC6A33

Text Example


Text Example

White with #BC6A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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