Html Css Color HEX #BF8944 Anzac

📋 copy color: '#BF8944'

red 191 ◦ green 137 ◦ blue 68

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

Shades of Anzac #BF8944

Tints of Anzac #BF8944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.6%

 BLUE value IS 68 (26.95% from 255) = 17.17%

R = 48.23%
G = 34.6%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF8944 (or 0xBF8944) is known color: Anzac. HEX triplet: BF, 89 and 44. RGB value is (191,137,68). Sum of RGB (Red+Green+Blue) = 191+137+68=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8944 is #4076BB. Grayscale: #919191. Windows color (decimal): -4224700 or 4491711. OLE color: 4491711.

HSL color Cylindrical-coordinate representation of color #BF8944: hue angle of 33.66º 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 #BF8944 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 68 -
CMYK 0 0.28 0.64 0.25
HSL 33.66º 0.49% 0.51% -
HSV(B) 33.66º 0.64% 0.75% -
XYZ 31.47 29.39 9.48 -
YUV 145.28 84.39 160.61 -
System Red Green Blue C M Y K H S L
Decimal 191 137 68 0 0.28 0.64 0.25 33.66 0.49 0.51
Hex BF 89 44 0 1C 40 19 22 31 33
Octal 277 211 104 0 34 100 31 42 61 63
Binary 10111111 10001001 1000100 0 11100 1000000 11001 100010 110001 110011

Color Harmonies of #BF8944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8944

Black with #BF8944

Text Example


Text Example

White with #BF8944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8944; }

 p { color: rgb(191,137,68); }

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

background-color css

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

 a { background-color: rgb(191,137,68); }

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

border-color css

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

 span { border-color: rgb(191,137,68); }

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