Html Css Color HEX #B07D7A Brandy Rose

📋 copy color: '#B07D7A'

red 176 ◦ green 125 ◦ blue 122

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

Shades of Brandy Rose #B07D7A

Tints of Brandy Rose #B07D7A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.55%

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

R = 41.61%
G = 29.55%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B07D7A (or 0xB07D7A) is known color: Brandy Rose. HEX triplet: B0, 7D and 7A. RGB value is (176,125,122). Sum of RGB (Red+Green+Blue) = 176+125+122=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D7A is #4F8285. Grayscale: #8B8B8B. Windows color (decimal): -5210758 or 8027568. OLE color: 8027568.

HSL color Cylindrical-coordinate representation of color #B07D7A: hue angle of 3.33º 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 #B07D7A is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 125 122 -
CMYK 0 0.29 0.31 0.31
HSL 3.33º 0.25% 0.58% -
HSV(B) 3.33º 0.31% 0.69% -
XYZ 28.75 25.3 21.78 -
YUV 139.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 176 125 122 0 0.29 0.31 0.31 3.33 0.25 0.58
Hex B0 7D 7A 0 1D 1F 1F 3 19 3A
Octal 260 175 172 0 35 37 37 3 31 72
Binary 10110000 1111101 1111010 0 11101 11111 11111 11 11001 111010

Color Harmonies of #B07D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07D7A

Black with #B07D7A

Text Example


Text Example

White with #B07D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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