Html Css Color HEX #BD6227 Christine

📋 copy color: '#BD6227'

red 189 ◦ green 98 ◦ blue 39

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

Shades of Christine #BD6227

Tints of Christine #BD6227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 57.98%
G = 30.06%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD6227 (or 0xBD6227) is known color: Christine. HEX triplet: BD, 62 and 27. RGB value is (189,98,39). Sum of RGB (Red+Green+Blue) = 189+98+39=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6227 is #429DD8. Grayscale: #767676. Windows color (decimal): -4365785 or 2581181. OLE color: 2581181.

HSL color Cylindrical-coordinate representation of color #BD6227: hue angle of 23.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD6227 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 98 39 -
CMYK 0 0.48 0.79 0.26
HSL 23.6º 0.66% 0.45% -
HSV(B) 23.6º 0.79% 0.74% -
XYZ 25.72 19.7 4.37 -
YUV 118.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 189 98 39 0 0.48 0.79 0.26 23.6 0.66 0.45
Hex BD 62 27 0 30 4F 1A 18 42 2D
Octal 275 142 47 0 60 117 32 30 102 55
Binary 10111101 1100010 100111 0 110000 1001111 11010 11000 1000010 101101

Color Harmonies of #BD6227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6227

Black with #BD6227

Text Example


Text Example

White with #BD6227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6227; }

 p { color: rgb(189,98,39); }

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

background-color css

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

 a { background-color: rgb(189,98,39); }

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

border-color css

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

 span { border-color: rgb(189,98,39); }

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