Html Css Color HEX #B08A66 Sandal

📋 copy color: '#B08A66'

red 176 ◦ green 138 ◦ blue 102

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

Shades of Sandal #B08A66

Tints of Sandal #B08A66

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 102 (40.23% from 255) = 24.52%

R = 42.31%
G = 33.17%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B08A66 (or 0xB08A66) is known color: Sandal. HEX triplet: B0, 8A and 66. RGB value is (176,138,102). Sum of RGB (Red+Green+Blue) = 176+138+102=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A66 is #4F7599. Grayscale: #919191. Windows color (decimal): -5207450 or 6720176. OLE color: 6720176.

HSL color Cylindrical-coordinate representation of color #B08A66: hue angle of 29.19º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B08A66 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 138 102 -
CMYK 0 0.22 0.42 0.31
HSL 29.19º 0.32% 0.55% -
HSV(B) 29.19º 0.42% 0.69% -
XYZ 29.39 28.37 16.5 -
YUV 145.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 176 138 102 0 0.22 0.42 0.31 29.19 0.32 0.55
Hex B0 8A 66 0 16 2A 1F 1D 20 37
Octal 260 212 146 0 26 52 37 35 40 67
Binary 10110000 10001010 1100110 0 10110 101010 11111 11101 100000 110111

Color Harmonies of #B08A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A66

Black with #B08A66

Text Example


Text Example

White with #B08A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A66; }

 p { color: rgb(176,138,102); }

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

background-color css

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

 a { background-color: rgb(176,138,102); }

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

border-color css

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

 span { border-color: rgb(176,138,102); }

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