Html Css Color HEX #B08338 Alpine

📋 copy color: '#B08338'

red 176 ◦ green 131 ◦ blue 56

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

Shades of Alpine #B08338

Tints of Alpine #B08338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 56 (22.27% from 255) = 15.43%

R = 48.48%
G = 36.09%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B08338 (or 0xB08338) is known color: Alpine. HEX triplet: B0, 83 and 38. RGB value is (176,131,56). Sum of RGB (Red+Green+Blue) = 176+131+56=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B08338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08338 is #4F7CC7. Grayscale: #888888. Windows color (decimal): -5209288 or 3703728. OLE color: 3703728.

HSL color Cylindrical-coordinate representation of color #B08338: hue angle of 37.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B08338 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 131 56 -
CMYK 0 0.26 0.68 0.31
HSL 37.5º 0.52% 0.45% -
HSV(B) 37.5º 0.68% 0.69% -
XYZ 26.73 25.75 7.3 -
YUV 135.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 176 131 56 0 0.26 0.68 0.31 37.5 0.52 0.45
Hex B0 83 38 0 1A 44 1F 26 34 2D
Octal 260 203 70 0 32 104 37 46 64 55
Binary 10110000 10000011 111000 0 11010 1000100 11111 100110 110100 101101

Color Harmonies of #B08338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08338

Black with #B08338

Text Example


Text Example

White with #B08338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08338; }

 p { color: rgb(176,131,56); }

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

background-color css

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

 a { background-color: rgb(176,131,56); }

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

border-color css

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

 span { border-color: rgb(176,131,56); }

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