Html Css Color HEX #B06733 Reno Sand

📋 copy color: '#B06733'

red 176 ◦ green 103 ◦ blue 51

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

Shades of Reno Sand #B06733

Tints of Reno Sand #B06733

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 51 (20.31% from 255) = 15.45%

R = 53.33%
G = 31.21%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B06733 (or 0xB06733) is known color: Reno Sand. HEX triplet: B0, 67 and 33. RGB value is (176,103,51). Sum of RGB (Red+Green+Blue) = 176+103+51=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B06733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06733 is #4F98CC. Grayscale: #777777. Windows color (decimal): -5216461 or 3368880. OLE color: 3368880.

HSL color Cylindrical-coordinate representation of color #B06733: hue angle of 24.96º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B06733 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 51 -
CMYK 0 0.41 0.71 0.31
HSL 24.96º 0.55% 0.45% -
HSV(B) 24.96º 0.71% 0.69% -
XYZ 23.35 19.17 5.6 -
YUV 118.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 176 103 51 0 0.41 0.71 0.31 24.96 0.55 0.45
Hex B0 67 33 0 29 47 1F 19 37 2D
Octal 260 147 63 0 51 107 37 31 67 55
Binary 10110000 1100111 110011 0 101001 1000111 11111 11001 110111 101101

Color Harmonies of #B06733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06733

Black with #B06733

Text Example


Text Example

White with #B06733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06733; }

 p { color: rgb(176,103,51); }

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

background-color css

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

 a { background-color: rgb(176,103,51); }

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

border-color css

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

 span { border-color: rgb(176,103,51); }

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