Html Css Color HEX #BD6327 Christine

📋 copy color: '#BD6327'

red 189 ◦ green 99 ◦ blue 39

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

Shades of Christine #BD6327

Tints of Christine #BD6327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

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

R = 57.8%
G = 30.28%
B = 11.93%

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

#BD6327 (or 0xBD6327) is known color: Christine. HEX triplet: BD, 63 and 27. RGB value is (189,99,39). Sum of RGB (Red+Green+Blue) = 189+99+39=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6327 is #429CD8. Grayscale: #777777. Windows color (decimal): -4365529 or 2581437. OLE color: 2581437.

HSL color Cylindrical-coordinate representation of color #BD6327: hue angle of 24º 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 #BD6327 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 99 39 -
CMYK 0 0.48 0.79 0.26
HSL 24º 0.66% 0.45% -
HSV(B) 24º 0.79% 0.74% -
XYZ 25.81 19.89 4.4 -
YUV 119.07 82.82 177.88 -
System Red Green Blue C M Y K H S L
Decimal 189 99 39 0 0.48 0.79 0.26 24 0.66 0.45
Hex BD 63 27 0 30 4F 1A 18 42 2D
Octal 275 143 47 0 60 117 32 30 102 55
Binary 10111101 1100011 100111 0 110000 1001111 11010 11000 1000010 101101

Color Harmonies of #BD6327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6327

Black with #BD6327

Text Example


Text Example

White with #BD6327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6327; }

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

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

background-color css

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

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

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

border-color css

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

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

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