Html Css Color HEX #B09023 Sahara

📋 copy color: '#B09023'

red 176 ◦ green 144 ◦ blue 35

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

Shades of Sahara #B09023

Tints of Sahara #B09023

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.56%

 BLUE value IS 35 (14.06% from 255) = 9.86%

R = 49.58%
G = 40.56%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B09023 (or 0xB09023) is known color: Sahara. HEX triplet: B0, 90 and 23. RGB value is (176,144,35). Sum of RGB (Red+Green+Blue) = 176+144+35=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B09023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09023 is #4F6FDC. Grayscale: #8D8D8D. Windows color (decimal): -5205981 or 2330800. OLE color: 2330800.

HSL color Cylindrical-coordinate representation of color #B09023: hue angle of 46.38º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B09023 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 35 -
CMYK 0 0.18 0.80 0.31
HSL 46.38º 0.67% 0.41% -
HSV(B) 46.38º 0.8% 0.69% -
XYZ 28.18 29.3 5.76 -
YUV 141.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 176 144 35 0 0.18 0.80 0.31 46.38 0.67 0.41
Hex B0 90 23 0 12 50 1F 2E 43 29
Octal 260 220 43 0 22 120 37 56 103 51
Binary 10110000 10010000 100011 0 10010 1010000 11111 101110 1000011 101001

Color Harmonies of #B09023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09023

Black with #B09023

Text Example


Text Example

White with #B09023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09023; }

 p { color: rgb(176,144,35); }

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

background-color css

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

 a { background-color: rgb(176,144,35); }

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

border-color css

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

 span { border-color: rgb(176,144,35); }

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