Html Css Color HEX #B28A7F Brandy Rose

📋 copy color: '#B28A7F'

red 178 ◦ green 138 ◦ blue 127

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

Shades of Brandy Rose #B28A7F

Tints of Brandy Rose #B28A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

 BLUE value IS 127 (50% from 255) = 28.67%

R = 40.18%
G = 31.15%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B28A7F (or 0xB28A7F) is known color: Brandy Rose. HEX triplet: B2, 8A and 7F. RGB value is (178,138,127). Sum of RGB (Red+Green+Blue) = 178+138+127=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A7F is #4D7580. Grayscale: #949494. Windows color (decimal): -5076353 or 8358578. OLE color: 8358578.

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

Color convert

RGB 178 138 127 -
CMYK 0 0.22 0.29 0.30
HSL 12.94º 0.25% 0.6% -
HSV(B) 12.94º 0.29% 0.7% -
XYZ 31.28 29.17 24.06 -
YUV 148.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 178 138 127 0 0.22 0.29 0.30 12.94 0.25 0.6
Hex B2 8A 7F 0 16 1D 1E D 19 3C
Octal 262 212 177 0 26 35 36 15 31 74
Binary 10110010 10001010 1111111 0 10110 11101 11110 1101 11001 111100

Color Harmonies of #B28A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A7F

Black with #B28A7F

Text Example


Text Example

White with #B28A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A7F; }

 p { color: rgb(178,138,127); }

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

background-color css

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

 a { background-color: rgb(178,138,127); }

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

border-color css

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

 span { border-color: rgb(178,138,127); }

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