Html Css Color HEX #B08C1D Sahara

📋 copy color: '#B08C1D'

red 176 ◦ green 140 ◦ blue 29

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

Shades of Sahara #B08C1D

Tints of Sahara #B08C1D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.58%

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

R = 51.01%
G = 40.58%
B = 8.41%

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

#B08C1D (or 0xB08C1D) is known color: Sahara. HEX triplet: B0, 8C and 1D. RGB value is (176,140,29). Sum of RGB (Red+Green+Blue) = 176+140+29=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C1D is #4F73E2. Grayscale: #8A8A8A. Windows color (decimal): -5207011 or 1936560. OLE color: 1936560.

HSL color Cylindrical-coordinate representation of color #B08C1D: hue angle of 45.31º 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 #B08C1D is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 140 29 -
CMYK 0 0.20 0.84 0.31
HSL 45.31º 0.72% 0.4% -
HSV(B) 45.31º 0.84% 0.69% -
XYZ 27.5 28.07 5.13 -
YUV 138.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 176 140 29 0 0.20 0.84 0.31 45.31 0.72 0.4
Hex B0 8C 1D 0 14 54 1F 2D 48 28
Octal 260 214 35 0 24 124 37 55 110 50
Binary 10110000 10001100 11101 0 10100 1010100 11111 101101 1001000 101000

Color Harmonies of #B08C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C1D

Black with #B08C1D

Text Example


Text Example

White with #B08C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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