Html Css Color HEX #B09E30 Sahara

📋 copy color: '#B09E30'

red 176 ◦ green 158 ◦ blue 48

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

Shades of Sahara #B09E30

Tints of Sahara #B09E30

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.36%

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

R = 46.07%
G = 41.36%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B09E30 (or 0xB09E30) is known color: Sahara. HEX triplet: B0, 9E and 30. RGB value is (176,158,48). Sum of RGB (Red+Green+Blue) = 176+158+48=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E30 is #4F61CF. Grayscale: #979797. Windows color (decimal): -5202384 or 3186352. OLE color: 3186352.

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

Color convert

RGB 176 158 48 -
CMYK 0 0.10 0.73 0.31
HSL 51.56º 0.57% 0.44% -
HSV(B) 51.56º 0.73% 0.69% -
XYZ 30.66 33.9 7.72 -
YUV 150.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 176 158 48 0 0.10 0.73 0.31 51.56 0.57 0.44
Hex B0 9E 30 0 A 49 1F 34 39 2C
Octal 260 236 60 0 12 111 37 64 71 54
Binary 10110000 10011110 110000 0 1010 1001001 11111 110100 111001 101100

Color Harmonies of #B09E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E30

Black with #B09E30

Text Example


Text Example

White with #B09E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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