Html Css Color HEX #BD6633 Christine

📋 copy color: '#BD6633'

red 189 ◦ green 102 ◦ blue 51

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

Shades of Christine #BD6633

Tints of Christine #BD6633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 55.26%
G = 29.82%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD6633 (or 0xBD6633) is known color: Christine. HEX triplet: BD, 66 and 33. RGB value is (189,102,51). Sum of RGB (Red+Green+Blue) = 189+102+51=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6633 is #4299CC. Grayscale: #7A7A7A. Windows color (decimal): -4364749 or 3368637. OLE color: 3368637.

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

Color convert

RGB 189 102 51 -
CMYK 0 0.46 0.73 0.26
HSL 22.17º 0.58% 0.47% -
HSV(B) 22.17º 0.73% 0.74% -
XYZ 26.34 20.56 5.71 -
YUV 122.2 87.82 175.65 -
System Red Green Blue C M Y K H S L
Decimal 189 102 51 0 0.46 0.73 0.26 22.17 0.58 0.47
Hex BD 66 33 0 2E 49 1A 16 3A 2F
Octal 275 146 63 0 56 111 32 26 72 57
Binary 10111101 1100110 110011 0 101110 1001001 11010 10110 111010 101111

Color Harmonies of #BD6633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6633

Black with #BD6633

Text Example


Text Example

White with #BD6633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6633; }

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

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

background-color css

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

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

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

border-color css

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

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

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