Html Css Color HEX #B69C30 Sahara

📋 copy color: '#B69C30'

red 182 ◦ green 156 ◦ blue 48

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

Shades of Sahara #B69C30

Tints of Sahara #B69C30

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.41%

 BLUE value IS 48 (19.14% from 255) = 12.44%

R = 47.15%
G = 40.41%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B69C30 (or 0xB69C30) is known color: Sahara. HEX triplet: B6, 9C and 30. RGB value is (182,156,48). Sum of RGB (Red+Green+Blue) = 182+156+48=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C30 is #4963CF. Grayscale: #979797. Windows color (decimal): -4809680 or 3185846. OLE color: 3185846.

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

Color convert

RGB 182 156 48 -
CMYK 0 0.14 0.74 0.29
HSL 48.36º 0.58% 0.45% -
HSV(B) 48.36º 0.74% 0.71% -
XYZ 31.71 33.94 7.68 -
YUV 151.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 182 156 48 0 0.14 0.74 0.29 48.36 0.58 0.45
Hex B6 9C 30 0 E 4A 1D 30 3A 2D
Octal 266 234 60 0 16 112 35 60 72 55
Binary 10110110 10011100 110000 0 1110 1001010 11101 110000 111010 101101

Color Harmonies of #B69C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69C30

Black with #B69C30

Text Example


Text Example

White with #B69C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69C30; }

 p { color: rgb(182,156,48); }

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

background-color css

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

 a { background-color: rgb(182,156,48); }

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

border-color css

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

 span { border-color: rgb(182,156,48); }

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