Html Css Color HEX #BD6631 Christine

📋 copy color: '#BD6631'

red 189 ◦ green 102 ◦ blue 49

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

Shades of Christine #BD6631

Tints of Christine #BD6631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 55.59%
G = 30%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD6631 (or 0xBD6631) is known color: Christine. HEX triplet: BD, 66 and 31. RGB value is (189,102,49). Sum of RGB (Red+Green+Blue) = 189+102+49=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6631 is #4299CE. Grayscale: #7A7A7A. Windows color (decimal): -4364751 or 3237565. OLE color: 3237565.

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

Color convert

RGB 189 102 49 -
CMYK 0 0.46 0.74 0.26
HSL 22.71º 0.59% 0.47% -
HSV(B) 22.71º 0.74% 0.74% -
XYZ 26.29 20.54 5.49 -
YUV 121.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 189 102 49 0 0.46 0.74 0.26 22.71 0.59 0.47
Hex BD 66 31 0 2E 4A 1A 17 3B 2F
Octal 275 146 61 0 56 112 32 27 73 57
Binary 10111101 1100110 110001 0 101110 1001010 11010 10111 111011 101111

Color Harmonies of #BD6631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6631

Black with #BD6631

Text Example


Text Example

White with #BD6631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6631; }

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

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

background-color css

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

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

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

border-color css

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

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

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