Html Css Color HEX #B08841 Alpine

📋 copy color: '#B08841'

red 176 ◦ green 136 ◦ blue 65

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

Shades of Alpine #B08841

Tints of Alpine #B08841

RGB

 RED value IS 176 (69.14% from 255) = 46.68%

 GREEN value IS 136 (53.52% from 255) = 36.07%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 46.68%
G = 36.07%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B08841 (or 0xB08841) is known color: Alpine. HEX triplet: B0, 88 and 41. RGB value is (176,136,65). Sum of RGB (Red+Green+Blue) = 176+136+65=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B08841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08841 is #4F77BE. Grayscale: #8C8C8C. Windows color (decimal): -5207999 or 4294832. OLE color: 4294832.

HSL color Cylindrical-coordinate representation of color #B08841: hue angle of 38.38º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B08841 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 65 -
CMYK 0 0.23 0.63 0.31
HSL 38.38º 0.46% 0.47% -
HSV(B) 38.38º 0.63% 0.69% -
XYZ 27.66 27.22 8.8 -
YUV 139.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 176 136 65 0 0.23 0.63 0.31 38.38 0.46 0.47
Hex B0 88 41 0 17 3F 1F 26 2E 2F
Octal 260 210 101 0 27 77 37 46 56 57
Binary 10110000 10001000 1000001 0 10111 111111 11111 100110 101110 101111

Color Harmonies of #B08841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08841

Black with #B08841

Text Example


Text Example

White with #B08841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08841; }

 p { color: rgb(176,136,65); }

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

background-color css

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

 a { background-color: rgb(176,136,65); }

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

border-color css

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

 span { border-color: rgb(176,136,65); }

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