Html Css Color HEX #B67E6B Brandy Rose

📋 copy color: '#B67E6B'

red 182 ◦ green 126 ◦ blue 107

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

Shades of Brandy Rose #B67E6B

Tints of Brandy Rose #B67E6B

RGB

 RED value IS 182 (71.48% from 255) = 43.86%

 GREEN value IS 126 (49.61% from 255) = 30.36%

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 43.86%
G = 30.36%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B67E6B (or 0xB67E6B) is known color: Brandy Rose. HEX triplet: B6, 7E and 6B. RGB value is (182,126,107). Sum of RGB (Red+Green+Blue) = 182+126+107=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E6B is #498194. Grayscale: #8C8C8C. Windows color (decimal): -4817301 or 7044790. OLE color: 7044790.

HSL color Cylindrical-coordinate representation of color #B67E6B: hue angle of 15.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B67E6B is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 126 107 -
CMYK 0 0.31 0.41 0.29
HSL 15.2º 0.34% 0.57% -
HSV(B) 15.2º 0.41% 0.71% -
XYZ 29.41 25.93 17.36 -
YUV 140.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 182 126 107 0 0.31 0.41 0.29 15.2 0.34 0.57
Hex B6 7E 6B 0 1F 29 1D F 22 39
Octal 266 176 153 0 37 51 35 17 42 71
Binary 10110110 1111110 1101011 0 11111 101001 11101 1111 100010 111001

Color Harmonies of #B67E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E6B

Black with #B67E6B

Text Example


Text Example

White with #B67E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E6B; }

 p { color: rgb(182,126,107); }

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

background-color css

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

 a { background-color: rgb(182,126,107); }

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

border-color css

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

 span { border-color: rgb(182,126,107); }

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