Html Css Color HEX #B65D17 Christine

📋 copy color: '#B65D17'

red 182 ◦ green 93 ◦ blue 23

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

Shades of Christine #B65D17

Tints of Christine #B65D17

RGB

 RED value IS 182 (71.48% from 255) = 61.07%

 GREEN value IS 93 (36.72% from 255) = 31.21%

 BLUE value IS 23 (9.38% from 255) = 7.72%

R = 61.07%
G = 31.21%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B65D17 (or 0xB65D17) is known color: Christine. HEX triplet: B6, 5D and 17. RGB value is (182,93,23). Sum of RGB (Red+Green+Blue) = 182+93+23=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65D17 is #49A2E8. Grayscale: #707070. Windows color (decimal): -4825833 or 1531318. OLE color: 1531318.

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

Color convert

RGB 182 93 23 -
CMYK 0 0.49 0.87 0.29
HSL 26.42º 0.78% 0.4% -
HSV(B) 26.42º 0.87% 0.71% -
XYZ 23.36 17.84 3.02 -
YUV 111.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 182 93 23 0 0.49 0.87 0.29 26.42 0.78 0.4
Hex B6 5D 17 0 31 57 1D 1A 4E 28
Octal 266 135 27 0 61 127 35 32 116 50
Binary 10110110 1011101 10111 0 110001 1010111 11101 11010 1001110 101000

Color Harmonies of #B65D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65D17

Black with #B65D17

Text Example


Text Example

White with #B65D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65D17; }

 p { color: rgb(182,93,23); }

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

background-color css

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

 a { background-color: rgb(182,93,23); }

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

border-color css

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

 span { border-color: rgb(182,93,23); }

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