Html Css Color HEX #B06534 Reno Sand

📋 copy color: '#B06534'

red 176 ◦ green 101 ◦ blue 52

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

Shades of Reno Sand #B06534

Tints of Reno Sand #B06534

RGB

 RED value IS 176 (69.14% from 255) = 53.5%

 GREEN value IS 101 (39.84% from 255) = 30.7%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 53.5%
G = 30.7%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B06534 (or 0xB06534) is known color: Reno Sand. HEX triplet: B0, 65 and 34. RGB value is (176,101,52). Sum of RGB (Red+Green+Blue) = 176+101+52=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B06534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06534 is #4F9ACB. Grayscale: #767676. Windows color (decimal): -5216972 or 3433904. OLE color: 3433904.

HSL color Cylindrical-coordinate representation of color #B06534: hue angle of 23.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B06534 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 101 52 -
CMYK 0 0.43 0.70 0.31
HSL 23.71º 0.54% 0.45% -
HSV(B) 23.71º 0.7% 0.69% -
XYZ 23.18 18.79 5.65 -
YUV 117.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 176 101 52 0 0.43 0.70 0.31 23.71 0.54 0.45
Hex B0 65 34 0 2B 46 1F 18 36 2D
Octal 260 145 64 0 53 106 37 30 66 55
Binary 10110000 1100101 110100 0 101011 1000110 11111 11000 110110 101101

Color Harmonies of #B06534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06534

Black with #B06534

Text Example


Text Example

White with #B06534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06534; }

 p { color: rgb(176,101,52); }

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

background-color css

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

 a { background-color: rgb(176,101,52); }

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

border-color css

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

 span { border-color: rgb(176,101,52); }

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