Html Css Color HEX #BD6635 Christine

📋 copy color: '#BD6635'

red 189 ◦ green 102 ◦ blue 53

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

Shades of Christine #BD6635

Tints of Christine #BD6635

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 54.94%
G = 29.65%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD6635 (or 0xBD6635) is known color: Christine. HEX triplet: BD, 66 and 35. RGB value is (189,102,53). Sum of RGB (Red+Green+Blue) = 189+102+53=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6635 is #4299CA. Grayscale: #7A7A7A. Windows color (decimal): -4364747 or 3499709. OLE color: 3499709.

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

Color convert

RGB 189 102 53 -
CMYK 0 0.46 0.72 0.26
HSL 21.62º 0.56% 0.47% -
HSV(B) 21.62º 0.72% 0.74% -
XYZ 26.38 20.58 5.95 -
YUV 122.43 88.82 175.48 -
System Red Green Blue C M Y K H S L
Decimal 189 102 53 0 0.46 0.72 0.26 21.62 0.56 0.47
Hex BD 66 35 0 2E 48 1A 16 38 2F
Octal 275 146 65 0 56 110 32 26 70 57
Binary 10111101 1100110 110101 0 101110 1001000 11010 10110 111000 101111

Color Harmonies of #BD6635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6635

Black with #BD6635

Text Example


Text Example

White with #BD6635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6635; }

 p { color: rgb(189,102,53); }

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

background-color css

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

 a { background-color: rgb(189,102,53); }

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

border-color css

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

 span { border-color: rgb(189,102,53); }

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