Html Css Color HEX #B4672A Reno Sand

📋 copy color: '#B4672A'

red 180 ◦ green 103 ◦ blue 42

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

Shades of Reno Sand #B4672A

Tints of Reno Sand #B4672A

RGB

 RED value IS 180 (70.7% from 255) = 55.38%

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

 BLUE value IS 42 (16.8% from 255) = 12.92%

R = 55.38%
G = 31.69%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4672A (or 0xB4672A) is known color: Reno Sand. HEX triplet: B4, 67 and 2A. RGB value is (180,103,42). Sum of RGB (Red+Green+Blue) = 180+103+42=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4672A is #4B98D5. Grayscale: #777777. Windows color (decimal): -4954326 or 2779060. OLE color: 2779060.

HSL color Cylindrical-coordinate representation of color #B4672A: hue angle of 26.52º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4672A is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 103 42 -
CMYK 0 0.43 0.77 0.29
HSL 26.52º 0.62% 0.44% -
HSV(B) 26.52º 0.77% 0.71% -
XYZ 24.09 19.57 4.7 -
YUV 119.07 84.51 171.46 -
System Red Green Blue C M Y K H S L
Decimal 180 103 42 0 0.43 0.77 0.29 26.52 0.62 0.44
Hex B4 67 2A 0 2B 4D 1D 1B 3E 2C
Octal 264 147 52 0 53 115 35 33 76 54
Binary 10110100 1100111 101010 0 101011 1001101 11101 11011 111110 101100

Color Harmonies of #B4672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4672A

Black with #B4672A

Text Example


Text Example

White with #B4672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4672A; }

 p { color: rgb(180,103,42); }

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

background-color css

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

 a { background-color: rgb(180,103,42); }

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

border-color css

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

 span { border-color: rgb(180,103,42); }

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