Html Css Color HEX #BC6A38 Christine

📋 copy color: '#BC6A38'

red 188 ◦ green 106 ◦ blue 56

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

Shades of Christine #BC6A38

Tints of Christine #BC6A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16%

R = 53.71%
G = 30.29%
B = 16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC6A38 (or 0xBC6A38) is known color: Christine. HEX triplet: BC, 6A and 38. RGB value is (188,106,56). Sum of RGB (Red+Green+Blue) = 188+106+56=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A38 is #4395C7. Grayscale: #7D7D7D. Windows color (decimal): -4429256 or 3697340. OLE color: 3697340.

HSL color Cylindrical-coordinate representation of color #BC6A38: hue angle of 22.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC6A38 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 106 56 -
CMYK 0 0.44 0.70 0.26
HSL 22.73º 0.54% 0.48% -
HSV(B) 22.73º 0.7% 0.74% -
XYZ 26.61 21.28 6.45 -
YUV 124.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 188 106 56 0 0.44 0.70 0.26 22.73 0.54 0.48
Hex BC 6A 38 0 2C 46 1A 17 36 30
Octal 274 152 70 0 54 106 32 27 66 60
Binary 10111100 1101010 111000 0 101100 1000110 11010 10111 110110 110000

Color Harmonies of #BC6A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A38

Black with #BC6A38

Text Example


Text Example

White with #BC6A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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