Html Css Color HEX #B6952D Sahara

📋 copy color: '#B6952D'

red 182 ◦ green 149 ◦ blue 45

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

Shades of Sahara #B6952D

Tints of Sahara #B6952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 48.4%
G = 39.63%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6952D (or 0xB6952D) is known color: Sahara. HEX triplet: B6, 95 and 2D. RGB value is (182,149,45). Sum of RGB (Red+Green+Blue) = 182+149+45=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6952D is #496AD2. Grayscale: #939393. Windows color (decimal): -4811475 or 2987446. OLE color: 2987446.

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

Color convert

RGB 182 149 45 -
CMYK 0 0.18 0.75 0.29
HSL 45.55º 0.6% 0.45% -
HSV(B) 45.55º 0.75% 0.71% -
XYZ 30.51 31.63 6.98 -
YUV 147.01 70.43 152.96 -
System Red Green Blue C M Y K H S L
Decimal 182 149 45 0 0.18 0.75 0.29 45.55 0.6 0.45
Hex B6 95 2D 0 12 4B 1D 2E 3C 2D
Octal 266 225 55 0 22 113 35 56 74 55
Binary 10110110 10010101 101101 0 10010 1001011 11101 101110 111100 101101

Color Harmonies of #B6952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6952D

Black with #B6952D

Text Example


Text Example

White with #B6952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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