Html Css Color HEX #B09326 Sahara

📋 copy color: '#B09326'

red 176 ◦ green 147 ◦ blue 38

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

Shades of Sahara #B09326

Tints of Sahara #B09326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

 BLUE value IS 38 (15.23% from 255) = 10.53%

R = 48.75%
G = 40.72%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B09326 (or 0xB09326) is known color: Sahara. HEX triplet: B0, 93 and 26. RGB value is (176,147,38). Sum of RGB (Red+Green+Blue) = 176+147+38=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B09326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09326 is #4F6CD9. Grayscale: #8F8F8F. Windows color (decimal): -5205210 or 2528176. OLE color: 2528176.

HSL color Cylindrical-coordinate representation of color #B09326: hue angle of 47.39º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B09326 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 38 -
CMYK 0 0.16 0.78 0.31
HSL 47.39º 0.64% 0.42% -
HSV(B) 47.39º 0.78% 0.69% -
XYZ 28.69 30.24 6.16 -
YUV 143.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 176 147 38 0 0.16 0.78 0.31 47.39 0.64 0.42
Hex B0 93 26 0 10 4E 1F 2F 40 2A
Octal 260 223 46 0 20 116 37 57 100 52
Binary 10110000 10010011 100110 0 10000 1001110 11111 101111 1000000 101010

Color Harmonies of #B09326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09326

Black with #B09326

Text Example


Text Example

White with #B09326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09326; }

 p { color: rgb(176,147,38); }

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

background-color css

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

 a { background-color: rgb(176,147,38); }

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

border-color css

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

 span { border-color: rgb(176,147,38); }

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