Html Css Color HEX #B69527 Sahara

📋 copy color: '#B69527'

red 182 ◦ green 149 ◦ blue 39

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

Shades of Sahara #B69527

Tints of Sahara #B69527

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.27%

 BLUE value IS 39 (15.63% from 255) = 10.54%

R = 49.19%
G = 40.27%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B69527 (or 0xB69527) is known color: Sahara. HEX triplet: B6, 95 and 27. RGB value is (182,149,39). Sum of RGB (Red+Green+Blue) = 182+149+39=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B69527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69527 is #496AD8. Grayscale: #929292. Windows color (decimal): -4811481 or 2594230. OLE color: 2594230.

HSL color Cylindrical-coordinate representation of color #B69527: hue angle of 46.15º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B69527 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 149 39 -
CMYK 0 0.18 0.79 0.29
HSL 46.15º 0.65% 0.43% -
HSV(B) 46.15º 0.79% 0.71% -
XYZ 30.41 31.59 6.41 -
YUV 146.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 182 149 39 0 0.18 0.79 0.29 46.15 0.65 0.43
Hex B6 95 27 0 12 4F 1D 2E 41 2B
Octal 266 225 47 0 22 117 35 56 101 53
Binary 10110110 10010101 100111 0 10010 1001111 11101 101110 1000001 101011

Color Harmonies of #B69527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69527

Black with #B69527

Text Example


Text Example

White with #B69527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69527; }

 p { color: rgb(182,149,39); }

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

background-color css

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

 a { background-color: rgb(182,149,39); }

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

border-color css

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

 span { border-color: rgb(182,149,39); }

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