Html Css Color HEX #BF8744 Anzac

📋 copy color: '#BF8744'

red 191 ◦ green 135 ◦ blue 68

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

Shades of Anzac #BF8744

Tints of Anzac #BF8744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 48.48%
G = 34.26%
B = 17.26%

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

#BF8744 (or 0xBF8744) is known color: Anzac. HEX triplet: BF, 87 and 44. RGB value is (191,135,68). Sum of RGB (Red+Green+Blue) = 191+135+68=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8744 is #4078BB. Grayscale: #909090. Windows color (decimal): -4225212 or 4491199. OLE color: 4491199.

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

Color convert

RGB 191 135 68 -
CMYK 0 0.29 0.64 0.25
HSL 32.68º 0.49% 0.51% -
HSV(B) 32.68º 0.64% 0.75% -
XYZ 31.19 28.82 9.39 -
YUV 144.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 191 135 68 0 0.29 0.64 0.25 32.68 0.49 0.51
Hex BF 87 44 0 1D 40 19 21 31 33
Octal 277 207 104 0 35 100 31 41 61 63
Binary 10111111 10000111 1000100 0 11101 1000000 11001 100001 110001 110011

Color Harmonies of #BF8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8744

Black with #BF8744

Text Example


Text Example

White with #BF8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8744; }

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

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

background-color css

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

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

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

border-color css

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

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

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