Html Css Color HEX #B28273 Brandy Rose

📋 copy color: '#B28273'

red 178 ◦ green 130 ◦ blue 115

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

Shades of Brandy Rose #B28273

Tints of Brandy Rose #B28273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 42.08%
G = 30.73%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B28273 (or 0xB28273) is known color: Brandy Rose. HEX triplet: B2, 82 and 73. RGB value is (178,130,115). Sum of RGB (Red+Green+Blue) = 178+130+115=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B28273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28273 is #4D7D8C. Grayscale: #8E8E8E. Windows color (decimal): -5078413 or 7570098. OLE color: 7570098.

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

Color convert

RGB 178 130 115 -
CMYK 0 0.27 0.35 0.30
HSL 14.29º 0.29% 0.57% -
HSV(B) 14.29º 0.35% 0.7% -
XYZ 29.44 26.67 19.82 -
YUV 142.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 178 130 115 0 0.27 0.35 0.30 14.29 0.29 0.57
Hex B2 82 73 0 1B 23 1E E 1D 39
Octal 262 202 163 0 33 43 36 16 35 71
Binary 10110010 10000010 1110011 0 11011 100011 11110 1110 11101 111001

Color Harmonies of #B28273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28273

Black with #B28273

Text Example


Text Example

White with #B28273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28273; }

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

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

background-color css

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

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

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

border-color css

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

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

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