Html Css Color HEX #BD5C23 Christine

📋 copy color: '#BD5C23'

red 189 ◦ green 92 ◦ blue 35

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

Shades of Christine #BD5C23

Tints of Christine #BD5C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

 BLUE value IS 35 (14.06% from 255) = 11.08%

R = 59.81%
G = 29.11%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD5C23 (or 0xBD5C23) is known color: Christine. HEX triplet: BD, 5C and 23. RGB value is (189,92,35). Sum of RGB (Red+Green+Blue) = 189+92+35=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5C23 is #42A3DC. Grayscale: #727272. Windows color (decimal): -4367325 or 2317501. OLE color: 2317501.

HSL color Cylindrical-coordinate representation of color #BD5C23: hue angle of 22.21º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD5C23 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 92 35 -
CMYK 0 0.51 0.81 0.26
HSL 22.21º 0.69% 0.44% -
HSV(B) 22.21º 0.81% 0.74% -
XYZ 25.12 18.59 3.86 -
YUV 114.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 189 92 35 0 0.51 0.81 0.26 22.21 0.69 0.44
Hex BD 5C 23 0 33 51 1A 16 45 2C
Octal 275 134 43 0 63 121 32 26 105 54
Binary 10111101 1011100 100011 0 110011 1010001 11010 10110 1000101 101100

Color Harmonies of #BD5C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C23

Black with #BD5C23

Text Example


Text Example

White with #BD5C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C23; }

 p { color: rgb(189,92,35); }

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

background-color css

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

 a { background-color: rgb(189,92,35); }

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

border-color css

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

 span { border-color: rgb(189,92,35); }

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