Html Css Color HEX #B27B76 Brandy Rose

📋 copy color: '#B27B76'

red 178 ◦ green 123 ◦ blue 118

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

Shades of Brandy Rose #B27B76

Tints of Brandy Rose #B27B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.36%

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 42.48%
G = 29.36%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B27B76 (or 0xB27B76) is known color: Brandy Rose. HEX triplet: B2, 7B and 76. RGB value is (178,123,118). Sum of RGB (Red+Green+Blue) = 178+123+118=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B76 is #4D8489. Grayscale: #8A8A8A. Windows color (decimal): -5080202 or 7764914. OLE color: 7764914.

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

Color convert

RGB 178 123 118 -
CMYK 0 0.31 0.34 0.30
HSL 0.28% 0.58% -
HSV(B) 0.34% 0.7% -
XYZ 28.71 24.94 20.44 -
YUV 138.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 178 123 118 0 0.31 0.34 0.30 5 0.28 0.58
Hex B2 7B 76 0 1F 22 1E 5 1C 3A
Octal 262 173 166 0 37 42 36 5 34 72
Binary 10110010 1111011 1110110 0 11111 100010 11110 101 11100 111010

Color Harmonies of #B27B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B76

Black with #B27B76

Text Example


Text Example

White with #B27B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B76; }

 p { color: rgb(178,123,118); }

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

background-color css

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

 a { background-color: rgb(178,123,118); }

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

border-color css

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

 span { border-color: rgb(178,123,118); }

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