Html Css Color HEX #B66A30 Reno Sand

📋 copy color: '#B66A30'

red 182 ◦ green 106 ◦ blue 48

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

Shades of Reno Sand #B66A30

Tints of Reno Sand #B66A30

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

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

R = 54.17%
G = 31.55%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B66A30 (or 0xB66A30) is known color: Reno Sand. HEX triplet: B6, 6A and 30. RGB value is (182,106,48). Sum of RGB (Red+Green+Blue) = 182+106+48=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A30 is #4995CF. Grayscale: #7A7A7A. Windows color (decimal): -4822480 or 3173046. OLE color: 3173046.

HSL color Cylindrical-coordinate representation of color #B66A30: hue angle of 25.97º 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 #B66A30 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 106 48 -
CMYK 0 0.42 0.74 0.29
HSL 25.97º 0.58% 0.45% -
HSV(B) 25.97º 0.74% 0.71% -
XYZ 24.98 20.47 5.43 -
YUV 122.11 86.18 170.72 -
System Red Green Blue C M Y K H S L
Decimal 182 106 48 0 0.42 0.74 0.29 25.97 0.58 0.45
Hex B6 6A 30 0 2A 4A 1D 1A 3A 2D
Octal 266 152 60 0 52 112 35 32 72 55
Binary 10110110 1101010 110000 0 101010 1001010 11101 11010 111010 101101

Color Harmonies of #B66A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A30

Black with #B66A30

Text Example


Text Example

White with #B66A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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