Html Css Color HEX #B76B30 Reno Sand

📋 copy color: '#B76B30'

red 183 ◦ green 107 ◦ blue 48

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

Shades of Reno Sand #B76B30

Tints of Reno Sand #B76B30

RGB

 RED value IS 183 (71.88% from 255) = 54.14%

 GREEN value IS 107 (42.19% from 255) = 31.66%

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

R = 54.14%
G = 31.66%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B76B30 (or 0xB76B30) is known color: Reno Sand. HEX triplet: B7, 6B and 30. RGB value is (183,107,48). Sum of RGB (Red+Green+Blue) = 183+107+48=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76B30 is #4894CF. Grayscale: #7B7B7B. Windows color (decimal): -4756688 or 3173303. OLE color: 3173303.

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

Color convert

RGB 183 107 48 -
CMYK 0 0.42 0.74 0.28
HSL 26.22º 0.58% 0.45% -
HSV(B) 26.22º 0.74% 0.72% -
XYZ 25.32 20.8 5.48 -
YUV 123 85.68 170.8 -
System Red Green Blue C M Y K H S L
Decimal 183 107 48 0 0.42 0.74 0.28 26.22 0.58 0.45
Hex B7 6B 30 0 2A 4A 1C 1A 3A 2D
Octal 267 153 60 0 52 112 34 32 72 55
Binary 10110111 1101011 110000 0 101010 1001010 11100 11010 111010 101101

Color Harmonies of #B76B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B30

Black with #B76B30

Text Example


Text Example

White with #B76B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B30; }

 p { color: rgb(183,107,48); }

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

background-color css

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

 a { background-color: rgb(183,107,48); }

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

border-color css

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

 span { border-color: rgb(183,107,48); }

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