Html Css Color HEX #B06833 Reno Sand

📋 copy color: '#B06833'

red 176 ◦ green 104 ◦ blue 51

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

Shades of Reno Sand #B06833

Tints of Reno Sand #B06833

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.42%

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

R = 53.17%
G = 31.42%
B = 15.41%

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

#B06833 (or 0xB06833) is known color: Reno Sand. HEX triplet: B0, 68 and 33. RGB value is (176,104,51). Sum of RGB (Red+Green+Blue) = 176+104+51=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B06833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06833 is #4F97CC. Grayscale: #777777. Windows color (decimal): -5216205 or 3369136. OLE color: 3369136.

HSL color Cylindrical-coordinate representation of color #B06833: hue angle of 25.44º 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 #B06833 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 51 -
CMYK 0 0.41 0.71 0.31
HSL 25.44º 0.55% 0.45% -
HSV(B) 25.44º 0.71% 0.69% -
XYZ 23.45 19.37 5.63 -
YUV 119.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 176 104 51 0 0.41 0.71 0.31 25.44 0.55 0.45
Hex B0 68 33 0 29 47 1F 19 37 2D
Octal 260 150 63 0 51 107 37 31 67 55
Binary 10110000 1101000 110011 0 101001 1000111 11111 11001 110111 101101

Color Harmonies of #B06833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06833

Black with #B06833

Text Example


Text Example

White with #B06833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06833; }

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

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

background-color css

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

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

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

border-color css

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

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

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