Html Css Color HEX #BF8432 Geebung

📋 copy color: '#BF8432'

red 191 ◦ green 132 ◦ blue 50

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

Shades of Geebung #BF8432

Tints of Geebung #BF8432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 51.21%
G = 35.39%
B = 13.4%

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

#BF8432 (or 0xBF8432) is known color: Geebung. HEX triplet: BF, 84 and 32. RGB value is (191,132,50). Sum of RGB (Red+Green+Blue) = 191+132+50=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8432 is #407BCD. Grayscale: #8C8C8C. Windows color (decimal): -4225998 or 3310783. OLE color: 3310783.

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

Color convert

RGB 191 132 50 -
CMYK 0 0.31 0.74 0.25
HSL 34.89º 0.59% 0.47% -
HSV(B) 34.89º 0.74% 0.75% -
XYZ 30.31 27.81 6.79 -
YUV 140.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 191 132 50 0 0.31 0.74 0.25 34.89 0.59 0.47
Hex BF 84 32 0 1F 4A 19 23 3B 2F
Octal 277 204 62 0 37 112 31 43 73 57
Binary 10111111 10000100 110010 0 11111 1001010 11001 100011 111011 101111

Color Harmonies of #BF8432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8432

Black with #BF8432

Text Example


Text Example

White with #BF8432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8432; }

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

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

background-color css

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

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

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

border-color css

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

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

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