Html Css Color HEX #BC6934 Christine

📋 copy color: '#BC6934'

red 188 ◦ green 105 ◦ blue 52

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

Shades of Christine #BC6934

Tints of Christine #BC6934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 54.49%
G = 30.43%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC6934 (or 0xBC6934) is known color: Christine. HEX triplet: BC, 69 and 34. RGB value is (188,105,52). Sum of RGB (Red+Green+Blue) = 188+105+52=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6934 is #4396CB. Grayscale: #7C7C7C. Windows color (decimal): -4429516 or 3434940. OLE color: 3434940.

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

Color convert

RGB 188 105 52 -
CMYK 0 0.44 0.72 0.26
HSL 23.38º 0.57% 0.47% -
HSV(B) 23.38º 0.72% 0.74% -
XYZ 26.41 21.04 5.92 -
YUV 123.78 87.5 173.81 -
System Red Green Blue C M Y K H S L
Decimal 188 105 52 0 0.44 0.72 0.26 23.38 0.57 0.47
Hex BC 69 34 0 2C 48 1A 17 39 2F
Octal 274 151 64 0 54 110 32 27 71 57
Binary 10111100 1101001 110100 0 101100 1001000 11010 10111 111001 101111

Color Harmonies of #BC6934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6934

Black with #BC6934

Text Example


Text Example

White with #BC6934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6934; }

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

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

background-color css

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

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

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

border-color css

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

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

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