Html Css Color HEX #BF8428 Geebung

📋 copy color: '#BF8428'

red 191 ◦ green 132 ◦ blue 40

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

Shades of Geebung #BF8428

Tints of Geebung #BF8428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 52.62%
G = 36.36%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF8428 (or 0xBF8428) is known color: Geebung. HEX triplet: BF, 84 and 28. RGB value is (191,132,40). Sum of RGB (Red+Green+Blue) = 191+132+40=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8428 is #407BD7. Grayscale: #8B8B8B. Windows color (decimal): -4226008 or 2655423. OLE color: 2655423.

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

Color convert

RGB 191 132 40 -
CMYK 0 0.31 0.79 0.25
HSL 36.56º 0.65% 0.45% -
HSV(B) 36.56º 0.79% 0.75% -
XYZ 30.12 27.73 5.77 -
YUV 139.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 191 132 40 0 0.31 0.79 0.25 36.56 0.65 0.45
Hex BF 84 28 0 1F 4F 19 25 41 2D
Octal 277 204 50 0 37 117 31 45 101 55
Binary 10111111 10000100 101000 0 11111 1001111 11001 100101 1000001 101101

Color Harmonies of #BF8428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8428

Black with #BF8428

Text Example


Text Example

White with #BF8428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8428; }

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

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

background-color css

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

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

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

border-color css

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

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

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