Html Css Color HEX #B28472 Brandy Rose

📋 copy color: '#B28472'

red 178 ◦ green 132 ◦ blue 114

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

Shades of Brandy Rose #B28472

Tints of Brandy Rose #B28472

RGB

 RED value IS 178 (69.92% from 255) = 41.98%

 GREEN value IS 132 (51.95% from 255) = 31.13%

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 41.98%
G = 31.13%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B28472 (or 0xB28472) is known color: Brandy Rose. HEX triplet: B2, 84 and 72. RGB value is (178,132,114). Sum of RGB (Red+Green+Blue) = 178+132+114=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B28472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28472 is #4D7B8D. Grayscale: #8F8F8F. Windows color (decimal): -5077902 or 7505074. OLE color: 7505074.

HSL color Cylindrical-coordinate representation of color #B28472: hue angle of 16.88º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B28472 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 114 -
CMYK 0 0.26 0.36 0.30
HSL 16.88º 0.29% 0.57% -
HSV(B) 16.88º 0.36% 0.7% -
XYZ 29.65 27.18 19.6 -
YUV 143.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 178 132 114 0 0.26 0.36 0.30 16.88 0.29 0.57
Hex B2 84 72 0 1A 24 1E 11 1D 39
Octal 262 204 162 0 32 44 36 21 35 71
Binary 10110010 10000100 1110010 0 11010 100100 11110 10001 11101 111001

Color Harmonies of #B28472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28472

Black with #B28472

Text Example


Text Example

White with #B28472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28472; }

 p { color: rgb(178,132,114); }

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

background-color css

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

 a { background-color: rgb(178,132,114); }

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

border-color css

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

 span { border-color: rgb(178,132,114); }

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