Html Css Color HEX #B06F38 Reno Sand

📋 copy color: '#B06F38'

red 176 ◦ green 111 ◦ blue 56

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

Shades of Reno Sand #B06F38

Tints of Reno Sand #B06F38

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

 BLUE value IS 56 (22.27% from 255) = 16.33%

R = 51.31%
G = 32.36%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B06F38 (or 0xB06F38) is known color: Reno Sand. HEX triplet: B0, 6F and 38. RGB value is (176,111,56). Sum of RGB (Red+Green+Blue) = 176+111+56=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F38 is #4F90C7. Grayscale: #7C7C7C. Windows color (decimal): -5214408 or 3698608. OLE color: 3698608.

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

Color convert

RGB 176 111 56 -
CMYK 0 0.37 0.68 0.31
HSL 27.5º 0.52% 0.45% -
HSV(B) 27.5º 0.68% 0.69% -
XYZ 24.3 20.88 6.49 -
YUV 124.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 176 111 56 0 0.37 0.68 0.31 27.5 0.52 0.45
Hex B0 6F 38 0 25 44 1F 1C 34 2D
Octal 260 157 70 0 45 104 37 34 64 55
Binary 10110000 1101111 111000 0 100101 1000100 11111 11100 110100 101101

Color Harmonies of #B06F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F38

Black with #B06F38

Text Example


Text Example

White with #B06F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F38; }

 p { color: rgb(176,111,56); }

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

background-color css

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

 a { background-color: rgb(176,111,56); }

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

border-color css

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

 span { border-color: rgb(176,111,56); }

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