Html Css Color HEX #B68E1D Sahara

📋 copy color: '#B68E1D'

red 182 ◦ green 142 ◦ blue 29

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

Shades of Sahara #B68E1D

Tints of Sahara #B68E1D

RGB

 RED value IS 182 (71.48% from 255) = 51.56%

 GREEN value IS 142 (55.86% from 255) = 40.23%

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

R = 51.56%
G = 40.23%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B68E1D (or 0xB68E1D) is known color: Sahara. HEX triplet: B6, 8E and 1D. RGB value is (182,142,29). Sum of RGB (Red+Green+Blue) = 182+142+29=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E1D is #4971E2. Grayscale: #8D8D8D. Windows color (decimal): -4813283 or 1937078. OLE color: 1937078.

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

Color convert

RGB 182 142 29 -
CMYK 0 0.22 0.84 0.29
HSL 44.31º 0.73% 0.41% -
HSV(B) 44.31º 0.84% 0.71% -
XYZ 29.19 29.38 5.29 -
YUV 141.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 182 142 29 0 0.22 0.84 0.29 44.31 0.73 0.41
Hex B6 8E 1D 0 16 54 1D 2C 49 29
Octal 266 216 35 0 26 124 35 54 111 51
Binary 10110110 10001110 11101 0 10110 1010100 11101 101100 1001001 101001

Color Harmonies of #B68E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E1D

Black with #B68E1D

Text Example


Text Example

White with #B68E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E1D; }

 p { color: rgb(182,142,29); }

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

background-color css

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

 a { background-color: rgb(182,142,29); }

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

border-color css

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

 span { border-color: rgb(182,142,29); }

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