Html Css Color HEX #BD6121 Christine

📋 copy color: '#BD6121'

red 189 ◦ green 97 ◦ blue 33

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

Shades of Christine #BD6121

Tints of Christine #BD6121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 59.25%
G = 30.41%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD6121 (or 0xBD6121) is known color: Christine. HEX triplet: BD, 61 and 21. RGB value is (189,97,33). Sum of RGB (Red+Green+Blue) = 189+97+33=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6121 is #429EDE. Grayscale: #757575. Windows color (decimal): -4366047 or 2187709. OLE color: 2187709.

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

Color convert

RGB 189 97 33 -
CMYK 0 0.49 0.83 0.26
HSL 24.62º 0.7% 0.44% -
HSV(B) 24.62º 0.83% 0.74% -
XYZ 25.54 19.48 3.85 -
YUV 117.21 80.48 179.2 -
System Red Green Blue C M Y K H S L
Decimal 189 97 33 0 0.49 0.83 0.26 24.62 0.7 0.44
Hex BD 61 21 0 31 53 1A 19 46 2C
Octal 275 141 41 0 61 123 32 31 106 54
Binary 10111101 1100001 100001 0 110001 1010011 11010 11001 1000110 101100

Color Harmonies of #BD6121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6121

Black with #BD6121

Text Example


Text Example

White with #BD6121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6121; }

 p { color: rgb(189,97,33); }

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

background-color css

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

 a { background-color: rgb(189,97,33); }

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

border-color css

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

 span { border-color: rgb(189,97,33); }

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