Html Css Color HEX #B07233 Reno Sand

📋 copy color: '#B07233'

red 176 ◦ green 114 ◦ blue 51

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

Shades of Reno Sand #B07233

Tints of Reno Sand #B07233

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 51.61%
G = 33.43%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B07233 (or 0xB07233) is known color: Reno Sand. HEX triplet: B0, 72 and 33. RGB value is (176,114,51). Sum of RGB (Red+Green+Blue) = 176+114+51=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B07233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07233 is #4F8DCC. Grayscale: #7D7D7D. Windows color (decimal): -5213645 or 3371696. OLE color: 3371696.

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

Color convert

RGB 176 114 51 -
CMYK 0 0.35 0.71 0.31
HSL 30.24º 0.55% 0.45% -
HSV(B) 30.24º 0.71% 0.69% -
XYZ 24.52 21.5 5.99 -
YUV 125.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 176 114 51 0 0.35 0.71 0.31 30.24 0.55 0.45
Hex B0 72 33 0 23 47 1F 1E 37 2D
Octal 260 162 63 0 43 107 37 36 67 55
Binary 10110000 1110010 110011 0 100011 1000111 11111 11110 110111 101101

Color Harmonies of #B07233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07233

Black with #B07233

Text Example


Text Example

White with #B07233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07233; }

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

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

background-color css

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

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

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

border-color css

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

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

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