Html Css Color HEX #B07C7A Brandy Rose

📋 copy color: '#B07C7A'

red 176 ◦ green 124 ◦ blue 122

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

Shades of Brandy Rose #B07C7A

Tints of Brandy Rose #B07C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

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

R = 41.71%
G = 29.38%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B07C7A (or 0xB07C7A) is known color: Brandy Rose. HEX triplet: B0, 7C and 7A. RGB value is (176,124,122). Sum of RGB (Red+Green+Blue) = 176+124+122=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C7A is #4F8385. Grayscale: #8B8B8B. Windows color (decimal): -5211014 or 8027312. OLE color: 8027312.

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

Color convert

RGB 176 124 122 -
CMYK 0 0.30 0.31 0.31
HSL 2.22º 0.25% 0.58% -
HSV(B) 2.22º 0.31% 0.69% -
XYZ 28.63 25.05 21.74 -
YUV 139.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 176 124 122 0 0.30 0.31 0.31 2.22 0.25 0.58
Hex B0 7C 7A 0 1E 1F 1F 2 19 3A
Octal 260 174 172 0 36 37 37 2 31 72
Binary 10110000 1111100 1111010 0 11110 11111 11111 10 11001 111010

Color Harmonies of #B07C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C7A

Black with #B07C7A

Text Example


Text Example

White with #B07C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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