Html Css Color HEX #B69428 Sahara

📋 copy color: '#B69428'

red 182 ◦ green 148 ◦ blue 40

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

Shades of Sahara #B69428

Tints of Sahara #B69428

RGB

 RED value IS 182 (71.48% from 255) = 49.19%

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

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 49.19%
G = 40%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B69428 (or 0xB69428) is known color: Sahara. HEX triplet: B6, 94 and 28. RGB value is (182,148,40). Sum of RGB (Red+Green+Blue) = 182+148+40=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B69428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69428 is #496BD7. Grayscale: #929292. Windows color (decimal): -4811736 or 2659510. OLE color: 2659510.

HSL color Cylindrical-coordinate representation of color #B69428: hue angle of 45.63º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B69428 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 148 40 -
CMYK 0 0.19 0.78 0.29
HSL 45.63º 0.64% 0.44% -
HSV(B) 45.63º 0.78% 0.71% -
XYZ 30.26 31.28 6.45 -
YUV 145.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 182 148 40 0 0.19 0.78 0.29 45.63 0.64 0.44
Hex B6 94 28 0 13 4E 1D 2E 40 2C
Octal 266 224 50 0 23 116 35 56 100 54
Binary 10110110 10010100 101000 0 10011 1001110 11101 101110 1000000 101100

Color Harmonies of #B69428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69428

Black with #B69428

Text Example


Text Example

White with #B69428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69428; }

 p { color: rgb(182,148,40); }

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

background-color css

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

 a { background-color: rgb(182,148,40); }

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

border-color css

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

 span { border-color: rgb(182,148,40); }

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