Html Css Color HEX #B38D1F Sahara

📋 copy color: '#B38D1F'

red 179 ◦ green 141 ◦ blue 31

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

Shades of Sahara #B38D1F

Tints of Sahara #B38D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 51%
G = 40.17%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B38D1F (or 0xB38D1F) is known color: Sahara. HEX triplet: B3, 8D and 1F. RGB value is (179,141,31). Sum of RGB (Red+Green+Blue) = 179+141+31=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D1F is #4C72E0. Grayscale: #8C8C8C. Windows color (decimal): -5010145 or 2067891. OLE color: 2067891.

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

Color convert

RGB 179 141 31 -
CMYK 0 0.21 0.83 0.30
HSL 44.59º 0.7% 0.41% -
HSV(B) 44.59º 0.83% 0.7% -
XYZ 28.36 28.73 5.35 -
YUV 139.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 179 141 31 0 0.21 0.83 0.30 44.59 0.7 0.41
Hex B3 8D 1F 0 15 53 1E 2D 46 29
Octal 263 215 37 0 25 123 36 55 106 51
Binary 10110011 10001101 11111 0 10101 1010011 11110 101101 1000110 101001

Color Harmonies of #B38D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D1F

Black with #B38D1F

Text Example


Text Example

White with #B38D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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