Html Css Color HEX #B09421 Sahara

📋 copy color: '#B09421'

red 176 ◦ green 148 ◦ blue 33

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

Shades of Sahara #B09421

Tints of Sahara #B09421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 49.3%
G = 41.46%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B09421 (or 0xB09421) is known color: Sahara. HEX triplet: B0, 94 and 21. RGB value is (176,148,33). Sum of RGB (Red+Green+Blue) = 176+148+33=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B09421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09421 is #4F6BDE. Grayscale: #8F8F8F. Windows color (decimal): -5204959 or 2200752. OLE color: 2200752.

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

Color convert

RGB 176 148 33 -
CMYK 0 0.16 0.81 0.31
HSL 48.25º 0.68% 0.41% -
HSV(B) 48.25º 0.81% 0.69% -
XYZ 28.77 30.52 5.81 -
YUV 143.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 176 148 33 0 0.16 0.81 0.31 48.25 0.68 0.41
Hex B0 94 21 0 10 51 1F 30 44 29
Octal 260 224 41 0 20 121 37 60 104 51
Binary 10110000 10010100 100001 0 10000 1010001 11111 110000 1000100 101001

Color Harmonies of #B09421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09421

Black with #B09421

Text Example


Text Example

White with #B09421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09421; }

 p { color: rgb(176,148,33); }

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

background-color css

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

 a { background-color: rgb(176,148,33); }

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

border-color css

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

 span { border-color: rgb(176,148,33); }

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