Html Css Color HEX #BD631C Christine

📋 copy color: '#BD631C'

red 189 ◦ green 99 ◦ blue 28

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

Shades of Christine #BD631C

Tints of Christine #BD631C

RGB

 RED value IS 189 (74.22% from 255) = 59.81%

 GREEN value IS 99 (39.06% from 255) = 31.33%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 59.81%
G = 31.33%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD631C (or 0xBD631C) is known color: Christine. HEX triplet: BD, 63 and 1C. RGB value is (189,99,28). Sum of RGB (Red+Green+Blue) = 189+99+28=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD631C is #429CE3. Grayscale: #767676. Windows color (decimal): -4365540 or 1860541. OLE color: 1860541.

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

Color convert

RGB 189 99 28 -
CMYK 0 0.48 0.85 0.26
HSL 26.46º 0.74% 0.43% -
HSV(B) 26.46º 0.85% 0.74% -
XYZ 25.66 19.83 3.57 -
YUV 117.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 189 99 28 0 0.48 0.85 0.26 26.46 0.74 0.43
Hex BD 63 1C 0 30 55 1A 1A 4A 2B
Octal 275 143 34 0 60 125 32 32 112 53
Binary 10111101 1100011 11100 0 110000 1010101 11010 11010 1001010 101011

Color Harmonies of #BD631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD631C

Black with #BD631C

Text Example


Text Example

White with #BD631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD631C; }

 p { color: rgb(189,99,28); }

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

background-color css

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

 a { background-color: rgb(189,99,28); }

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

border-color css

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

 span { border-color: rgb(189,99,28); }

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