Html Css Color HEX #BD6328 Christine

📋 copy color: '#BD6328'

red 189 ◦ green 99 ◦ blue 40

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

Shades of Christine #BD6328

Tints of Christine #BD6328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 57.62%
G = 30.18%
B = 12.2%

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

#BD6328 (or 0xBD6328) is known color: Christine. HEX triplet: BD, 63 and 28. RGB value is (189,99,40). Sum of RGB (Red+Green+Blue) = 189+99+40=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6328 is #429CD7. Grayscale: #777777. Windows color (decimal): -4365528 or 2646973. OLE color: 2646973.

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

Color convert

RGB 189 99 40 -
CMYK 0 0.48 0.79 0.26
HSL 23.76º 0.65% 0.45% -
HSV(B) 23.76º 0.79% 0.74% -
XYZ 25.83 19.9 4.49 -
YUV 119.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 189 99 40 0 0.48 0.79 0.26 23.76 0.65 0.45
Hex BD 63 28 0 30 4F 1A 18 41 2D
Octal 275 143 50 0 60 117 32 30 101 55
Binary 10111101 1100011 101000 0 110000 1001111 11010 11000 1000001 101101

Color Harmonies of #BD6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6328

Black with #BD6328

Text Example


Text Example

White with #BD6328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6328; }

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

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

background-color css

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

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

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

border-color css

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

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

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