Html Css Color HEX #B28974 Brandy Rose

📋 copy color: '#B28974'

red 178 ◦ green 137 ◦ blue 116

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

Shades of Brandy Rose #B28974

Tints of Brandy Rose #B28974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 41.3%
G = 31.79%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B28974 (or 0xB28974) is known color: Brandy Rose. HEX triplet: B2, 89 and 74. RGB value is (178,137,116). Sum of RGB (Red+Green+Blue) = 178+137+116=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B28974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28974 is #4D768B. Grayscale: #929292. Windows color (decimal): -5076620 or 7637426. OLE color: 7637426.

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

Color convert

RGB 178 137 116 -
CMYK 0 0.23 0.35 0.30
HSL 20.32º 0.29% 0.58% -
HSV(B) 20.32º 0.35% 0.7% -
XYZ 30.46 28.62 20.44 -
YUV 146.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 178 137 116 0 0.23 0.35 0.30 20.32 0.29 0.58
Hex B2 89 74 0 17 23 1E 14 1D 3A
Octal 262 211 164 0 27 43 36 24 35 72
Binary 10110010 10001001 1110100 0 10111 100011 11110 10100 11101 111010

Color Harmonies of #B28974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28974

Black with #B28974

Text Example


Text Example

White with #B28974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28974; }

 p { color: rgb(178,137,116); }

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

background-color css

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

 a { background-color: rgb(178,137,116); }

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

border-color css

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

 span { border-color: rgb(178,137,116); }

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