Html Css Color HEX #B09730 Sahara

📋 copy color: '#B09730'

red 176 ◦ green 151 ◦ blue 48

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

Shades of Sahara #B09730

Tints of Sahara #B09730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.27%

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 46.93%
G = 40.27%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B09730 (or 0xB09730) is known color: Sahara. HEX triplet: B0, 97 and 30. RGB value is (176,151,48). Sum of RGB (Red+Green+Blue) = 176+151+48=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B09730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09730 is #4F68CF. Grayscale: #939393. Windows color (decimal): -5204176 or 3184560. OLE color: 3184560.

HSL color Cylindrical-coordinate representation of color #B09730: hue angle of 48.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B09730 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 151 48 -
CMYK 0 0.14 0.73 0.31
HSL 48.28º 0.57% 0.44% -
HSV(B) 48.28º 0.73% 0.69% -
XYZ 29.5 31.58 7.34 -
YUV 146.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 176 151 48 0 0.14 0.73 0.31 48.28 0.57 0.44
Hex B0 97 30 0 E 49 1F 30 39 2C
Octal 260 227 60 0 16 111 37 60 71 54
Binary 10110000 10010111 110000 0 1110 1001001 11111 110000 111001 101100

Color Harmonies of #B09730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09730

Black with #B09730

Text Example


Text Example

White with #B09730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09730; }

 p { color: rgb(176,151,48); }

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

background-color css

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

 a { background-color: rgb(176,151,48); }

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

border-color css

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

 span { border-color: rgb(176,151,48); }

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