Html Css Color HEX #BC6929 Christine

📋 copy color: '#BC6929'

red 188 ◦ green 105 ◦ blue 41

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

Shades of Christine #BC6929

Tints of Christine #BC6929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 56.29%
G = 31.44%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC6929 (or 0xBC6929) is known color: Christine. HEX triplet: BC, 69 and 29. RGB value is (188,105,41). Sum of RGB (Red+Green+Blue) = 188+105+41=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6929 is #4396D6. Grayscale: #7A7A7A. Windows color (decimal): -4429527 or 2714044. OLE color: 2714044.

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

Color convert

RGB 188 105 41 -
CMYK 0 0.44 0.78 0.26
HSL 26.12º 0.64% 0.45% -
HSV(B) 26.12º 0.78% 0.74% -
XYZ 26.19 20.95 4.76 -
YUV 122.52 82 174.7 -
System Red Green Blue C M Y K H S L
Decimal 188 105 41 0 0.44 0.78 0.26 26.12 0.64 0.45
Hex BC 69 29 0 2C 4E 1A 1A 40 2D
Octal 274 151 51 0 54 116 32 32 100 55
Binary 10111100 1101001 101001 0 101100 1001110 11010 11010 1000000 101101

Color Harmonies of #BC6929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6929

Black with #BC6929

Text Example


Text Example

White with #BC6929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6929; }

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

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

background-color css

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

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

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

border-color css

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

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

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