Html Css Color HEX #B0652B Reno Sand

📋 copy color: '#B0652B'

red 176 ◦ green 101 ◦ blue 43

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

Shades of Reno Sand #B0652B

Tints of Reno Sand #B0652B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 55%
G = 31.56%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0652B (or 0xB0652B) is known color: Reno Sand. HEX triplet: B0, 65 and 2B. RGB value is (176,101,43). Sum of RGB (Red+Green+Blue) = 176+101+43=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0652B is #4F9AD4. Grayscale: #757575. Windows color (decimal): -5216981 or 2844080. OLE color: 2844080.

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

Color convert

RGB 176 101 43 -
CMYK 0 0.43 0.76 0.31
HSL 26.17º 0.61% 0.43% -
HSV(B) 26.17º 0.76% 0.69% -
XYZ 22.99 18.71 4.69 -
YUV 116.81 86.35 170.22 -
System Red Green Blue C M Y K H S L
Decimal 176 101 43 0 0.43 0.76 0.31 26.17 0.61 0.43
Hex B0 65 2B 0 2B 4C 1F 1A 3D 2B
Octal 260 145 53 0 53 114 37 32 75 53
Binary 10110000 1100101 101011 0 101011 1001100 11111 11010 111101 101011

Color Harmonies of #B0652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0652B

Black with #B0652B

Text Example


Text Example

White with #B0652B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0652B; }

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

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

background-color css

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

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

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

border-color css

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

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

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