Html Css Color HEX #B46527 Christine

📋 copy color: '#B46527'

red 180 ◦ green 101 ◦ blue 39

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

Shades of Christine #B46527

Tints of Christine #B46527

RGB

 RED value IS 180 (70.7% from 255) = 56.25%

 GREEN value IS 101 (39.84% from 255) = 31.56%

 BLUE value IS 39 (15.63% from 255) = 12.19%

R = 56.25%
G = 31.56%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B46527 (or 0xB46527) is known color: Christine. HEX triplet: B4, 65 and 27. RGB value is (180,101,39). Sum of RGB (Red+Green+Blue) = 180+101+39=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B46527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46527 is #4B9AD8. Grayscale: #757575. Windows color (decimal): -4954841 or 2581940. OLE color: 2581940.

HSL color Cylindrical-coordinate representation of color #B46527: hue angle of 26.38º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B46527 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 101 39 -
CMYK 0 0.44 0.78 0.29
HSL 26.38º 0.64% 0.43% -
HSV(B) 26.38º 0.78% 0.71% -
XYZ 23.84 19.16 4.36 -
YUV 117.55 83.67 172.54 -
System Red Green Blue C M Y K H S L
Decimal 180 101 39 0 0.44 0.78 0.29 26.38 0.64 0.43
Hex B4 65 27 0 2C 4E 1D 1A 40 2B
Octal 264 145 47 0 54 116 35 32 100 53
Binary 10110100 1100101 100111 0 101100 1001110 11101 11010 1000000 101011

Color Harmonies of #B46527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46527

Black with #B46527

Text Example


Text Example

White with #B46527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46527; }

 p { color: rgb(180,101,39); }

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

background-color css

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

 a { background-color: rgb(180,101,39); }

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

border-color css

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

 span { border-color: rgb(180,101,39); }

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