Html Css Color HEX #B69421 Sahara

📋 copy color: '#B69421'

red 182 ◦ green 148 ◦ blue 33

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

Shades of Sahara #B69421

Tints of Sahara #B69421

RGB

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

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

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

R = 50.14%
G = 40.77%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B69421 (or 0xB69421) is known color: Sahara. HEX triplet: B6, 94 and 21. RGB value is (182,148,33). Sum of RGB (Red+Green+Blue) = 182+148+33=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B69421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69421 is #496BDE. Grayscale: #919191. Windows color (decimal): -4811743 or 2200758. OLE color: 2200758.

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

Color convert

RGB 182 148 33 -
CMYK 0 0.19 0.82 0.29
HSL 46.31º 0.69% 0.42% -
HSV(B) 46.31º 0.82% 0.71% -
XYZ 30.16 31.23 5.88 -
YUV 145.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 182 148 33 0 0.19 0.82 0.29 46.31 0.69 0.42
Hex B6 94 21 0 13 52 1D 2E 45 2A
Octal 266 224 41 0 23 122 35 56 105 52
Binary 10110110 10010100 100001 0 10011 1010010 11101 101110 1000101 101010

Color Harmonies of #B69421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69421

Black with #B69421

Text Example


Text Example

White with #B69421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69421; }

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

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

background-color css

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

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

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

border-color css

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

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

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