Html Css Color HEX #BC6938 Christine

📋 copy color: '#BC6938'

red 188 ◦ green 105 ◦ blue 56

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

Shades of Christine #BC6938

Tints of Christine #BC6938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.09%

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

R = 53.87%
G = 30.09%
B = 16.05%

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

#BC6938 (or 0xBC6938) is known color: Christine. HEX triplet: BC, 69 and 38. RGB value is (188,105,56). Sum of RGB (Red+Green+Blue) = 188+105+56=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6938 is #4396C7. Grayscale: #7C7C7C. Windows color (decimal): -4429512 or 3697084. OLE color: 3697084.

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

Color convert

RGB 188 105 56 -
CMYK 0 0.44 0.70 0.26
HSL 22.27º 0.54% 0.48% -
HSV(B) 22.27º 0.7% 0.74% -
XYZ 26.5 21.08 6.41 -
YUV 124.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 188 105 56 0 0.44 0.70 0.26 22.27 0.54 0.48
Hex BC 69 38 0 2C 46 1A 16 36 30
Octal 274 151 70 0 54 106 32 26 66 60
Binary 10111100 1101001 111000 0 101100 1000110 11010 10110 110110 110000

Color Harmonies of #BC6938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6938

Black with #BC6938

Text Example


Text Example

White with #BC6938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6938; }

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

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

background-color css

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

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

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

border-color css

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

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

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