Html Css Color HEX #BD5B25 Christine

📋 copy color: '#BD5B25'

red 189 ◦ green 91 ◦ blue 37

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

Shades of Christine #BD5B25

Tints of Christine #BD5B25

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.71%

 BLUE value IS 37 (14.84% from 255) = 11.67%

R = 59.62%
G = 28.71%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD5B25 (or 0xBD5B25) is known color: Christine. HEX triplet: BD, 5B and 25. RGB value is (189,91,37). Sum of RGB (Red+Green+Blue) = 189+91+37=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B25 is #42A4DA. Grayscale: #727272. Windows color (decimal): -4367579 or 2448317. OLE color: 2448317.

HSL color Cylindrical-coordinate representation of color #BD5B25: hue angle of 21.32º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD5B25 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 91 37 -
CMYK 0 0.52 0.80 0.26
HSL 21.32º 0.67% 0.44% -
HSV(B) 21.32º 0.8% 0.74% -
XYZ 25.06 18.43 3.99 -
YUV 114.15 84.47 181.39 -
System Red Green Blue C M Y K H S L
Decimal 189 91 37 0 0.52 0.80 0.26 21.32 0.67 0.44
Hex BD 5B 25 0 34 50 1A 15 43 2C
Octal 275 133 45 0 64 120 32 25 103 54
Binary 10111101 1011011 100101 0 110100 1010000 11010 10101 1000011 101100

Color Harmonies of #BD5B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B25

Black with #BD5B25

Text Example


Text Example

White with #BD5B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B25; }

 p { color: rgb(189,91,37); }

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

background-color css

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

 a { background-color: rgb(189,91,37); }

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

border-color css

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

 span { border-color: rgb(189,91,37); }

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