Html Css Color HEX #BD631E Christine

📋 copy color: '#BD631E'

red 189 ◦ green 99 ◦ blue 30

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

Shades of Christine #BD631E

Tints of Christine #BD631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 59.43%
G = 31.13%
B = 9.43%

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

#BD631E (or 0xBD631E) is known color: Christine. HEX triplet: BD, 63 and 1E. RGB value is (189,99,30). Sum of RGB (Red+Green+Blue) = 189+99+30=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD631E is #429CE1. Grayscale: #767676. Windows color (decimal): -4365538 or 1991613. OLE color: 1991613.

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

Color convert

RGB 189 99 30 -
CMYK 0 0.48 0.84 0.26
HSL 26.04º 0.73% 0.43% -
HSV(B) 26.04º 0.84% 0.74% -
XYZ 25.68 19.84 3.7 -
YUV 118.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 189 99 30 0 0.48 0.84 0.26 26.04 0.73 0.43
Hex BD 63 1E 0 30 54 1A 1A 49 2B
Octal 275 143 36 0 60 124 32 32 111 53
Binary 10111101 1100011 11110 0 110000 1010100 11010 11010 1001001 101011

Color Harmonies of #BD631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD631E

Black with #BD631E

Text Example


Text Example

White with #BD631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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