Html Css Color HEX #BC6A1F Christine

📋 copy color: '#BC6A1F'

red 188 ◦ green 106 ◦ blue 31

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

Shades of Christine #BC6A1F

Tints of Christine #BC6A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 57.85%
G = 32.62%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC6A1F (or 0xBC6A1F) is known color: Christine. HEX triplet: BC, 6A and 1F. RGB value is (188,106,31). Sum of RGB (Red+Green+Blue) = 188+106+31=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A1F is #4395E0. Grayscale: #7A7A7A. Windows color (decimal): -4429281 or 2058940. OLE color: 2058940.

HSL color Cylindrical-coordinate representation of color #BC6A1F: hue angle of 28.66º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC6A1F is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 106 31 -
CMYK 0 0.44 0.84 0.26
HSL 28.66º 0.72% 0.43% -
HSV(B) 28.66º 0.84% 0.74% -
XYZ 26.14 21.1 3.99 -
YUV 121.97 76.67 175.1 -
System Red Green Blue C M Y K H S L
Decimal 188 106 31 0 0.44 0.84 0.26 28.66 0.72 0.43
Hex BC 6A 1F 0 2C 54 1A 1D 48 2B
Octal 274 152 37 0 54 124 32 35 110 53
Binary 10111100 1101010 11111 0 101100 1010100 11010 11101 1001000 101011

Color Harmonies of #BC6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A1F

Black with #BC6A1F

Text Example


Text Example

White with #BC6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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