Html Css Color HEX #B08D1D Sahara

📋 copy color: '#B08D1D'

red 176 ◦ green 141 ◦ blue 29

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

Shades of Sahara #B08D1D

Tints of Sahara #B08D1D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.75%

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 50.87%
G = 40.75%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B08D1D (or 0xB08D1D) is known color: Sahara. HEX triplet: B0, 8D and 1D. RGB value is (176,141,29). Sum of RGB (Red+Green+Blue) = 176+141+29=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D1D is #4F72E2. Grayscale: #8B8B8B. Windows color (decimal): -5206755 or 1936816. OLE color: 1936816.

HSL color Cylindrical-coordinate representation of color #B08D1D: hue angle of 45.71º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B08D1D is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 141 29 -
CMYK 0 0.20 0.84 0.31
HSL 45.71º 0.72% 0.4% -
HSV(B) 45.71º 0.84% 0.69% -
XYZ 27.65 28.37 5.18 -
YUV 138.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 176 141 29 0 0.20 0.84 0.31 45.71 0.72 0.4
Hex B0 8D 1D 0 14 54 1F 2E 48 28
Octal 260 215 35 0 24 124 37 56 110 50
Binary 10110000 10001101 11101 0 10100 1010100 11111 101110 1001000 101000

Color Harmonies of #B08D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D1D

Black with #B08D1D

Text Example


Text Example

White with #B08D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D1D; }

 p { color: rgb(176,141,29); }

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

background-color css

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

 a { background-color: rgb(176,141,29); }

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

border-color css

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

 span { border-color: rgb(176,141,29); }

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