Html Css Color HEX #B4837F Brandy Rose

📋 copy color: '#B4837F'

red 180 ◦ green 131 ◦ blue 127

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

Shades of Brandy Rose #B4837F

Tints of Brandy Rose #B4837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.91%

 BLUE value IS 127 (50% from 255) = 29%

R = 41.1%
G = 29.91%
B = 29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4837F (or 0xB4837F) is known color: Brandy Rose. HEX triplet: B4, 83 and 7F. RGB value is (180,131,127). Sum of RGB (Red+Green+Blue) = 180+131+127=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4837F is #4B7C80. Grayscale: #919191. Windows color (decimal): -4947073 or 8356788. OLE color: 8356788.

HSL color Cylindrical-coordinate representation of color #B4837F: hue angle of 4.53º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4837F is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 131 127 -
CMYK 0 0.27 0.29 0.29
HSL 4.53º 0.26% 0.6% -
HSV(B) 4.53º 0.29% 0.71% -
XYZ 30.77 27.47 23.76 -
YUV 145.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 180 131 127 0 0.27 0.29 0.29 4.53 0.26 0.6
Hex B4 83 7F 0 1B 1D 1D 5 1A 3C
Octal 264 203 177 0 33 35 35 5 32 74
Binary 10110100 10000011 1111111 0 11011 11101 11101 101 11010 111100

Color Harmonies of #B4837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4837F

Black with #B4837F

Text Example


Text Example

White with #B4837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4837F; }

 p { color: rgb(180,131,127); }

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

background-color css

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

 a { background-color: rgb(180,131,127); }

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

border-color css

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

 span { border-color: rgb(180,131,127); }

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