Html Css Color HEX #B09226 Sahara

📋 copy color: '#B09226'

red 176 ◦ green 146 ◦ blue 38

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

Shades of Sahara #B09226

Tints of Sahara #B09226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 48.89%
G = 40.56%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B09226 (or 0xB09226) is known color: Sahara. HEX triplet: B0, 92 and 26. RGB value is (176,146,38). Sum of RGB (Red+Green+Blue) = 176+146+38=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B09226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09226 is #4F6DD9. Grayscale: #8F8F8F. Windows color (decimal): -5205466 or 2527920. OLE color: 2527920.

HSL color Cylindrical-coordinate representation of color #B09226: hue angle of 46.96º 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 #B09226 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 146 38 -
CMYK 0 0.17 0.78 0.31
HSL 46.96º 0.64% 0.42% -
HSV(B) 46.96º 0.78% 0.69% -
XYZ 28.53 29.93 6.11 -
YUV 142.66 68.94 151.78 -
System Red Green Blue C M Y K H S L
Decimal 176 146 38 0 0.17 0.78 0.31 46.96 0.64 0.42
Hex B0 92 26 0 11 4E 1F 2F 40 2A
Octal 260 222 46 0 21 116 37 57 100 52
Binary 10110000 10010010 100110 0 10001 1001110 11111 101111 1000000 101010

Color Harmonies of #B09226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09226

Black with #B09226

Text Example


Text Example

White with #B09226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09226; }

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

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

background-color css

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

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

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

border-color css

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

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

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