Html Css Color HEX #B0817A Brandy Rose

📋 copy color: '#B0817A'

red 176 ◦ green 129 ◦ blue 122

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

Shades of Brandy Rose #B0817A

Tints of Brandy Rose #B0817A

RGB

 RED value IS 176 (69.14% from 255) = 41.22%

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

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 41.22%
G = 30.21%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0817A (or 0xB0817A) is known color: Brandy Rose. HEX triplet: B0, 81 and 7A. RGB value is (176,129,122). Sum of RGB (Red+Green+Blue) = 176+129+122=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B0817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0817A is #4F7E85. Grayscale: #8E8E8E. Windows color (decimal): -5209734 or 8028592. OLE color: 8028592.

HSL color Cylindrical-coordinate representation of color #B0817A: hue angle of 7.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0817A is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 122 -
CMYK 0 0.27 0.31 0.31
HSL 7.78º 0.25% 0.58% -
HSV(B) 7.78º 0.31% 0.69% -
XYZ 29.27 26.34 21.95 -
YUV 142.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 176 129 122 0 0.27 0.31 0.31 7.78 0.25 0.58
Hex B0 81 7A 0 1B 1F 1F 8 19 3A
Octal 260 201 172 0 33 37 37 10 31 72
Binary 10110000 10000001 1111010 0 11011 11111 11111 1000 11001 111010

Color Harmonies of #B0817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0817A

Black with #B0817A

Text Example


Text Example

White with #B0817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0817A; }

 p { color: rgb(176,129,122); }

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

background-color css

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

 a { background-color: rgb(176,129,122); }

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

border-color css

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

 span { border-color: rgb(176,129,122); }

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