Html Css Color HEX #B28373 Brandy Rose

📋 copy color: '#B28373'

red 178 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #B28373

Tints of Brandy Rose #B28373

RGB

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

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

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

R = 41.98%
G = 30.9%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B28373 (or 0xB28373) is known color: Brandy Rose. HEX triplet: B2, 83 and 73. RGB value is (178,131,115). Sum of RGB (Red+Green+Blue) = 178+131+115=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B28373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28373 is #4D7C8C. Grayscale: #8F8F8F. Windows color (decimal): -5078157 or 7570354. OLE color: 7570354.

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

Color convert

RGB 178 131 115 -
CMYK 0 0.26 0.35 0.30
HSL 15.24º 0.29% 0.57% -
HSV(B) 15.24º 0.35% 0.7% -
XYZ 29.57 26.94 19.86 -
YUV 143.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 178 131 115 0 0.26 0.35 0.30 15.24 0.29 0.57
Hex B2 83 73 0 1A 23 1E F 1D 39
Octal 262 203 163 0 32 43 36 17 35 71
Binary 10110010 10000011 1110011 0 11010 100011 11110 1111 11101 111001

Color Harmonies of #B28373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28373

Black with #B28373

Text Example


Text Example

White with #B28373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28373; }

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

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

background-color css

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

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

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

border-color css

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

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

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