Html Css Color HEX #B07B9A Bouquet

📋 copy color: '#B07B9A'

red 176 ◦ green 123 ◦ blue 154

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

Shades of Bouquet #B07B9A

Tints of Bouquet #B07B9A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.15%

 BLUE value IS 154 (60.55% from 255) = 34%

R = 38.85%
G = 27.15%
B = 34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B07B9A (or 0xB07B9A) is known color: Bouquet. HEX triplet: B0, 7B and 9A. RGB value is (176,123,154). Sum of RGB (Red+Green+Blue) = 176+123+154=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B9A is #4F8465. Grayscale: #8E8E8E. Windows color (decimal): -5211238 or 10124208. OLE color: 10124208.

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

Color convert

RGB 176 123 154 -
CMYK 0 0.30 0.12 0.31
HSL 324.91º 0.25% 0.59% -
HSV(B) 324.91º 0.3% 0.69% -
XYZ 30.82 25.73 33.91 -
YUV 142.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 176 123 154 0 0.30 0.12 0.31 324.91 0.25 0.59
Hex B0 7B 9A 0 1E C 1F 145 19 3B
Octal 260 173 232 0 36 14 37 505 31 73
Binary 10110000 1111011 10011010 0 11110 1100 11111 101000101 11001 111011

Color Harmonies of #B07B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B9A

Black with #B07B9A

Text Example


Text Example

White with #B07B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B9A; }

 p { color: rgb(176,123,154); }

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

background-color css

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

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

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

border-color css

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

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

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