Html Css Color HEX #BF8845 Anzac

📋 copy color: '#BF8845'

red 191 ◦ green 136 ◦ blue 69

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

Shades of Anzac #BF8845

Tints of Anzac #BF8845

RGB

 RED value IS 191 (75% from 255) = 48.23%

 GREEN value IS 136 (53.52% from 255) = 34.34%

 BLUE value IS 69 (27.34% from 255) = 17.42%

R = 48.23%
G = 34.34%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF8845 (or 0xBF8845) is known color: Anzac. HEX triplet: BF, 88 and 45. RGB value is (191,136,69). Sum of RGB (Red+Green+Blue) = 191+136+69=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8845 is #4077BA. Grayscale: #919191. Windows color (decimal): -4224955 or 4556991. OLE color: 4556991.

HSL color Cylindrical-coordinate representation of color #BF8845: hue angle of 32.95º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF8845 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 136 69 -
CMYK 0 0.29 0.64 0.25
HSL 32.95º 0.49% 0.51% -
HSV(B) 32.95º 0.64% 0.75% -
XYZ 31.36 29.11 9.6 -
YUV 144.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 191 136 69 0 0.29 0.64 0.25 32.95 0.49 0.51
Hex BF 88 45 0 1D 40 19 21 31 33
Octal 277 210 105 0 35 100 31 41 61 63
Binary 10111111 10001000 1000101 0 11101 1000000 11001 100001 110001 110011

Color Harmonies of #BF8845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8845

Black with #BF8845

Text Example


Text Example

White with #BF8845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8845; }

 p { color: rgb(191,136,69); }

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

background-color css

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

 a { background-color: rgb(191,136,69); }

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

border-color css

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

 span { border-color: rgb(191,136,69); }

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