#B68F1E

Color #B68F1E Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #B68F1E

Tints of Sahara #B68F1E

Color information

#B68F1E (or 0xB68F1E) is unknown color: approx Sahara. HEX triplet: B6, 8F and 1E. RGB value is (182,143,30). Sum of RGB (Red+Green+Blue) = 182+143+30=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F1E is #4970E1. Grayscale: #8E8E8E. Windows color (decimal): -4813026 or 2002870. OLE color: 2002870.

HSL color Cylindrical-coordinate representation of color #B68F1E: hue angle of 44.61º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B68F1E is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB18214330-
CMYK00.210.840.29
HSL44.61º71.7%41.57%-
HSV(B)44.61º83.52%71.37%-
XYZ29.3529.685.41-
YUV141.7864.92156.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 143 (56.25% from 255) = 40.28%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=51.27%
G=40.28%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821433000.210.840.2944.6171.741.57
HexB68F1E015541D2d482a
Octal26621736025124355511052
Binary1011011010001111111100101011010100111011011011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F1E; }

 p { color: rgb(182,143,30); }

 H1.HeaderClassName
 {
   color: #B68F1E;
 }
 .AnyTagClassName
 {
   color: #B68F1E;
 }
</style>
background-color css

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

 a { background-color: rgb(182,143,30); }

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

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

 span { border-color: rgb(182,143,30); }

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