Html Css Color HEX #B28073 Brandy Rose

📋 copy color: '#B28073'

red 178 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #B28073

Tints of Brandy Rose #B28073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

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

R = 42.28%
G = 30.4%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B28073 (or 0xB28073) is known color: Brandy Rose. HEX triplet: B2, 80 and 73. RGB value is (178,128,115). Sum of RGB (Red+Green+Blue) = 178+128+115=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B28073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28073 is #4D7F8C. Grayscale: #8D8D8D. Windows color (decimal): -5078925 or 7569586. OLE color: 7569586.

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

Color convert

RGB 178 128 115 -
CMYK 0 0.28 0.35 0.30
HSL 12.38º 0.29% 0.57% -
HSV(B) 12.38º 0.35% 0.7% -
XYZ 29.17 26.14 19.73 -
YUV 141.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 178 128 115 0 0.28 0.35 0.30 12.38 0.29 0.57
Hex B2 80 73 0 1C 23 1E C 1D 39
Octal 262 200 163 0 34 43 36 14 35 71
Binary 10110010 10000000 1110011 0 11100 100011 11110 1100 11101 111001

Color Harmonies of #B28073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28073

Black with #B28073

Text Example


Text Example

White with #B28073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28073; }

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

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

background-color css

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

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

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

border-color css

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

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

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