Html Css Color HEX #B06727 Reno Sand

📋 copy color: '#B06727'

red 176 ◦ green 103 ◦ blue 39

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

Shades of Reno Sand #B06727

Tints of Reno Sand #B06727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.26%

R = 55.35%
G = 32.39%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B06727 (or 0xB06727) is known color: Reno Sand. HEX triplet: B0, 67 and 27. RGB value is (176,103,39). Sum of RGB (Red+Green+Blue) = 176+103+39=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B06727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06727 is #4F98D8. Grayscale: #757575. Windows color (decimal): -5216473 or 2582448. OLE color: 2582448.

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

Color convert

RGB 176 103 39 -
CMYK 0 0.41 0.78 0.31
HSL 28.03º 0.64% 0.42% -
HSV(B) 28.03º 0.78% 0.69% -
XYZ 23.12 19.08 4.38 -
YUV 117.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 176 103 39 0 0.41 0.78 0.31 28.03 0.64 0.42
Hex B0 67 27 0 29 4E 1F 1C 40 2A
Octal 260 147 47 0 51 116 37 34 100 52
Binary 10110000 1100111 100111 0 101001 1001110 11111 11100 1000000 101010

Color Harmonies of #B06727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06727

Black with #B06727

Text Example


Text Example

White with #B06727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06727; }

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

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

background-color css

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

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

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

border-color css

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

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

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