Html Css Color HEX #B07B6F Brandy Rose

📋 copy color: '#B07B6F'

red 176 ◦ green 123 ◦ blue 111

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

Shades of Brandy Rose #B07B6F

Tints of Brandy Rose #B07B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 42.93%
G = 30%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B07B6F (or 0xB07B6F) is known color: Brandy Rose. HEX triplet: B0, 7B and 6F. RGB value is (176,123,111). Sum of RGB (Red+Green+Blue) = 176+123+111=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B6F is #4F8490. Grayscale: #898989. Windows color (decimal): -5211281 or 7306160. OLE color: 7306160.

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

Color convert

RGB 176 123 111 -
CMYK 0 0.30 0.37 0.31
HSL 11.08º 0.29% 0.56% -
HSV(B) 11.08º 0.37% 0.69% -
XYZ 27.86 24.54 18.31 -
YUV 137.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 176 123 111 0 0.30 0.37 0.31 11.08 0.29 0.56
Hex B0 7B 6F 0 1E 25 1F B 1D 38
Octal 260 173 157 0 36 45 37 13 35 70
Binary 10110000 1111011 1101111 0 11110 100101 11111 1011 11101 111000

Color Harmonies of #B07B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B6F

Black with #B07B6F

Text Example


Text Example

White with #B07B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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