Html Css Color HEX #B38D1A Sahara

📋 copy color: '#B38D1A'

red 179 ◦ green 141 ◦ blue 26

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

Shades of Sahara #B38D1A

Tints of Sahara #B38D1A

RGB

 RED value IS 179 (70.31% from 255) = 51.73%

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

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 51.73%
G = 40.75%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B38D1A (or 0xB38D1A) is known color: Sahara. HEX triplet: B3, 8D and 1A. RGB value is (179,141,26). Sum of RGB (Red+Green+Blue) = 179+141+26=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D1A is #4C72E5. Grayscale: #8B8B8B. Windows color (decimal): -5010150 or 1740211. OLE color: 1740211.

HSL color Cylindrical-coordinate representation of color #B38D1A: hue angle of 45.1º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B38D1A is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 141 26 -
CMYK 0 0.21 0.85 0.30
HSL 45.1º 0.75% 0.4% -
HSV(B) 45.1º 0.85% 0.7% -
XYZ 28.3 28.71 5.03 -
YUV 139.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 179 141 26 0 0.21 0.85 0.30 45.1 0.75 0.4
Hex B3 8D 1A 0 15 55 1E 2D 4B 28
Octal 263 215 32 0 25 125 36 55 113 50
Binary 10110011 10001101 11010 0 10101 1010101 11110 101101 1001011 101000

Color Harmonies of #B38D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D1A

Black with #B38D1A

Text Example


Text Example

White with #B38D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D1A; }

 p { color: rgb(179,141,26); }

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

background-color css

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

 a { background-color: rgb(179,141,26); }

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

border-color css

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

 span { border-color: rgb(179,141,26); }

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