Html Css Color HEX #B0817D Brandy Rose

📋 copy color: '#B0817D'

red 176 ◦ green 129 ◦ blue 125

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

Shades of Brandy Rose #B0817D

Tints of Brandy Rose #B0817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 40.93%
G = 30%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0817D (or 0xB0817D) is known color: Brandy Rose. HEX triplet: B0, 81 and 7D. RGB value is (176,129,125). Sum of RGB (Red+Green+Blue) = 176+129+125=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0817D is #4F7E82. Grayscale: #8E8E8E. Windows color (decimal): -5209731 or 8225200. OLE color: 8225200.

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

Color convert

RGB 176 129 125 -
CMYK 0 0.27 0.29 0.31
HSL 4.71º 0.24% 0.59% -
HSV(B) 4.71º 0.29% 0.69% -
XYZ 29.46 26.41 22.95 -
YUV 142.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 176 129 125 0 0.27 0.29 0.31 4.71 0.24 0.59
Hex B0 81 7D 0 1B 1D 1F 5 18 3B
Octal 260 201 175 0 33 35 37 5 30 73
Binary 10110000 10000001 1111101 0 11011 11101 11111 101 11000 111011

Color Harmonies of #B0817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0817D

Black with #B0817D

Text Example


Text Example

White with #B0817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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