Html Css Color HEX #BD6330 Christine

📋 copy color: '#BD6330'

red 189 ◦ green 99 ◦ blue 48

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

Shades of Christine #BD6330

Tints of Christine #BD6330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 56.25%
G = 29.46%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD6330 (or 0xBD6330) is known color: Christine. HEX triplet: BD, 63 and 30. RGB value is (189,99,48). Sum of RGB (Red+Green+Blue) = 189+99+48=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6330 is #429CCF. Grayscale: #787878. Windows color (decimal): -4365520 or 3171261. OLE color: 3171261.

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

Color convert

RGB 189 99 48 -
CMYK 0 0.48 0.75 0.26
HSL 21.7º 0.59% 0.46% -
HSV(B) 21.7º 0.75% 0.74% -
XYZ 25.98 19.96 5.28 -
YUV 120.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 189 99 48 0 0.48 0.75 0.26 21.7 0.59 0.46
Hex BD 63 30 0 30 4B 1A 16 3B 2E
Octal 275 143 60 0 60 113 32 26 73 56
Binary 10111101 1100011 110000 0 110000 1001011 11010 10110 111011 101110

Color Harmonies of #BD6330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6330

Black with #BD6330

Text Example


Text Example

White with #BD6330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6330; }

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

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

background-color css

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

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

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

border-color css

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

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

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