Html Css Color HEX #BD5C1B Christine

📋 copy color: '#BD5C1B'

red 189 ◦ green 92 ◦ blue 27

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

Shades of Christine #BD5C1B

Tints of Christine #BD5C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 61.36%
G = 29.87%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD5C1B (or 0xBD5C1B) is known color: Christine. HEX triplet: BD, 5C and 1B. RGB value is (189,92,27). Sum of RGB (Red+Green+Blue) = 189+92+27=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5C1B is #42A3E4. Grayscale: #717171. Windows color (decimal): -4367333 or 1793213. OLE color: 1793213.

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

Color convert

RGB 189 92 27 -
CMYK 0 0.51 0.86 0.26
HSL 24.07º 0.75% 0.42% -
HSV(B) 24.07º 0.86% 0.74% -
XYZ 25.01 18.55 3.3 -
YUV 113.59 79.14 181.79 -
System Red Green Blue C M Y K H S L
Decimal 189 92 27 0 0.51 0.86 0.26 24.07 0.75 0.42
Hex BD 5C 1B 0 33 56 1A 18 4B 2A
Octal 275 134 33 0 63 126 32 30 113 52
Binary 10111101 1011100 11011 0 110011 1010110 11010 11000 1001011 101010

Color Harmonies of #BD5C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C1B

Black with #BD5C1B

Text Example


Text Example

White with #BD5C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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