Html Css Color HEX #B28272 Brandy Rose

📋 copy color: '#B28272'

red 178 ◦ green 130 ◦ blue 114

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

Shades of Brandy Rose #B28272

Tints of Brandy Rose #B28272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

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

R = 42.18%
G = 30.81%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B28272 (or 0xB28272) is known color: Brandy Rose. HEX triplet: B2, 82 and 72. RGB value is (178,130,114). Sum of RGB (Red+Green+Blue) = 178+130+114=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B28272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28272 is #4D7D8D. Grayscale: #8E8E8E. Windows color (decimal): -5078414 or 7504562. OLE color: 7504562.

HSL color Cylindrical-coordinate representation of color #B28272: hue angle of 15º 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 #B28272 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 114 -
CMYK 0 0.27 0.36 0.30
HSL 15º 0.29% 0.57% -
HSV(B) 15º 0.36% 0.7% -
XYZ 29.38 26.65 19.51 -
YUV 142.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 178 130 114 0 0.27 0.36 0.30 15 0.29 0.57
Hex B2 82 72 0 1B 24 1E F 1D 39
Octal 262 202 162 0 33 44 36 17 35 71
Binary 10110010 10000010 1110010 0 11011 100100 11110 1111 11101 111001

Color Harmonies of #B28272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28272

Black with #B28272

Text Example


Text Example

White with #B28272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28272; }

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

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

background-color css

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

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

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

border-color css

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

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

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