Html Css Color HEX #B28173 Brandy Rose

📋 copy color: '#B28173'

red 178 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #B28173

Tints of Brandy Rose #B28173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

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

R = 42.18%
G = 30.57%
B = 27.25%

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

#B28173 (or 0xB28173) is known color: Brandy Rose. HEX triplet: B2, 81 and 73. RGB value is (178,129,115). Sum of RGB (Red+Green+Blue) = 178+129+115=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B28173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28173 is #4D7E8C. Grayscale: #8E8E8E. Windows color (decimal): -5078669 or 7569842. OLE color: 7569842.

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

Color convert

RGB 178 129 115 -
CMYK 0 0.28 0.35 0.30
HSL 13.33º 0.29% 0.57% -
HSV(B) 13.33º 0.35% 0.7% -
XYZ 29.3 26.4 19.77 -
YUV 142.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 178 129 115 0 0.28 0.35 0.30 13.33 0.29 0.57
Hex B2 81 73 0 1C 23 1E D 1D 39
Octal 262 201 163 0 34 43 36 15 35 71
Binary 10110010 10000001 1110011 0 11100 100011 11110 1101 11101 111001

Color Harmonies of #B28173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28173

Black with #B28173

Text Example


Text Example

White with #B28173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28173; }

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

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

background-color css

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

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

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

border-color css

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

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

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