Html Css Color HEX #B08735 Alpine

📋 copy color: '#B08735'

red 176 ◦ green 135 ◦ blue 53

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

Shades of Alpine #B08735

Tints of Alpine #B08735

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 53 (21.09% from 255) = 14.56%

R = 48.35%
G = 37.09%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B08735 (or 0xB08735) is known color: Alpine. HEX triplet: B0, 87 and 35. RGB value is (176,135,53). Sum of RGB (Red+Green+Blue) = 176+135+53=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B08735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08735 is #4F78CA. Grayscale: #8A8A8A. Windows color (decimal): -5208267 or 3508144. OLE color: 3508144.

HSL color Cylindrical-coordinate representation of color #B08735: hue angle of 40º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B08735 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 135 53 -
CMYK 0 0.23 0.70 0.31
HSL 40º 0.54% 0.45% -
HSV(B) 40º 0.7% 0.69% -
XYZ 27.21 26.82 7.11 -
YUV 137.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 176 135 53 0 0.23 0.70 0.31 40 0.54 0.45
Hex B0 87 35 0 17 46 1F 28 36 2D
Octal 260 207 65 0 27 106 37 50 66 55
Binary 10110000 10000111 110101 0 10111 1000110 11111 101000 110110 101101

Color Harmonies of #B08735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08735

Black with #B08735

Text Example


Text Example

White with #B08735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08735; }

 p { color: rgb(176,135,53); }

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

background-color css

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

 a { background-color: rgb(176,135,53); }

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

border-color css

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

 span { border-color: rgb(176,135,53); }

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