Html Css Color HEX #BD5E1E Christine

📋 copy color: '#BD5E1E'

red 189 ◦ green 94 ◦ blue 30

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

Shades of Christine #BD5E1E

Tints of Christine #BD5E1E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.03%

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

R = 60.38%
G = 30.03%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD5E1E (or 0xBD5E1E) is known color: Christine. HEX triplet: BD, 5E and 1E. RGB value is (189,94,30). Sum of RGB (Red+Green+Blue) = 189+94+30=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E1E is #42A1E1. Grayscale: #737373. Windows color (decimal): -4366818 or 1990333. OLE color: 1990333.

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

Color convert

RGB 189 94 30 -
CMYK 0 0.50 0.84 0.26
HSL 24.15º 0.73% 0.43% -
HSV(B) 24.15º 0.84% 0.74% -
XYZ 25.22 18.92 3.55 -
YUV 115.11 79.97 180.7 -
System Red Green Blue C M Y K H S L
Decimal 189 94 30 0 0.50 0.84 0.26 24.15 0.73 0.43
Hex BD 5E 1E 0 32 54 1A 18 49 2B
Octal 275 136 36 0 62 124 32 30 111 53
Binary 10111101 1011110 11110 0 110010 1010100 11010 11000 1001001 101011

Color Harmonies of #BD5E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E1E

Black with #BD5E1E

Text Example


Text Example

White with #BD5E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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