Html Css Color HEX #B07F7F Brandy Rose

📋 copy color: '#B07F7F'

red 176 ◦ green 127 ◦ blue 127

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

Shades of Brandy Rose #B07F7F

Tints of Brandy Rose #B07F7F

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

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

R = 40.93%
G = 29.53%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B07F7F (or 0xB07F7F) is known color: Brandy Rose. HEX triplet: B0, 7F and 7F. RGB value is (176,127,127). Sum of RGB (Red+Green+Blue) = 176+127+127=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F7F is #4F8080. Grayscale: #8D8D8D. Windows color (decimal): -5210241 or 8355760. OLE color: 8355760.

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

Color convert

RGB 176 127 127 -
CMYK 0 0.28 0.28 0.31
HSL 0.24% 0.59% -
HSV(B) 0.28% 0.69% -
XYZ 29.32 25.94 23.54 -
YUV 141.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 176 127 127 0 0.28 0.28 0.31 0 0.24 0.59
Hex B0 7F 7F 0 1C 1C 1F 0 18 3B
Octal 260 177 177 0 34 34 37 0 30 73
Binary 10110000 1111111 1111111 0 11100 11100 11111 0 11000 111011

Color Harmonies of #B07F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F7F

Black with #B07F7F

Text Example


Text Example

White with #B07F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F7F; }

 p { color: rgb(176,127,127); }

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

background-color css

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

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

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

border-color css

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

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

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