Html Css Color HEX #BF8431 Geebung

📋 copy color: '#BF8431'

red 191 ◦ green 132 ◦ blue 49

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

Shades of Geebung #BF8431

Tints of Geebung #BF8431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

 BLUE value IS 49 (19.53% from 255) = 13.17%

R = 51.34%
G = 35.48%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF8431 (or 0xBF8431) is known color: Geebung. HEX triplet: BF, 84 and 31. RGB value is (191,132,49). Sum of RGB (Red+Green+Blue) = 191+132+49=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8431 is #407BCE. Grayscale: #8C8C8C. Windows color (decimal): -4225999 or 3245247. OLE color: 3245247.

HSL color Cylindrical-coordinate representation of color #BF8431: hue angle of 35.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF8431 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 132 49 -
CMYK 0 0.31 0.74 0.25
HSL 35.07º 0.59% 0.47% -
HSV(B) 35.07º 0.74% 0.75% -
XYZ 30.29 27.8 6.68 -
YUV 140.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 191 132 49 0 0.31 0.74 0.25 35.07 0.59 0.47
Hex BF 84 31 0 1F 4A 19 23 3B 2F
Octal 277 204 61 0 37 112 31 43 73 57
Binary 10111111 10000100 110001 0 11111 1001010 11001 100011 111011 101111

Color Harmonies of #BF8431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8431

Black with #BF8431

Text Example


Text Example

White with #BF8431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8431; }

 p { color: rgb(191,132,49); }

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

background-color css

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

 a { background-color: rgb(191,132,49); }

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

border-color css

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

 span { border-color: rgb(191,132,49); }

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