Html Css Color HEX #BD631F Christine

📋 copy color: '#BD631F'

red 189 ◦ green 99 ◦ blue 31

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

Shades of Christine #BD631F

Tints of Christine #BD631F

RGB

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

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

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

R = 59.25%
G = 31.03%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD631F (or 0xBD631F) is known color: Christine. HEX triplet: BD, 63 and 1F. RGB value is (189,99,31). Sum of RGB (Red+Green+Blue) = 189+99+31=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD631F is #429CE0. Grayscale: #767676. Windows color (decimal): -4365537 or 2057149. OLE color: 2057149.

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

Color convert

RGB 189 99 31 -
CMYK 0 0.48 0.84 0.26
HSL 25.82º 0.72% 0.43% -
HSV(B) 25.82º 0.84% 0.74% -
XYZ 25.7 19.84 3.77 -
YUV 118.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 189 99 31 0 0.48 0.84 0.26 25.82 0.72 0.43
Hex BD 63 1F 0 30 54 1A 1A 48 2B
Octal 275 143 37 0 60 124 32 32 110 53
Binary 10111101 1100011 11111 0 110000 1010100 11010 11010 1001000 101011

Color Harmonies of #BD631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD631F

Black with #BD631F

Text Example


Text Example

White with #BD631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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