Html Css Color HEX #BF8528 Geebung

📋 copy color: '#BF8528'

red 191 ◦ green 133 ◦ blue 40

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

Shades of Geebung #BF8528

Tints of Geebung #BF8528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

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

R = 52.47%
G = 36.54%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF8528 (or 0xBF8528) is known color: Geebung. HEX triplet: BF, 85 and 28. RGB value is (191,133,40). Sum of RGB (Red+Green+Blue) = 191+133+40=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8528 is #407AD7. Grayscale: #8C8C8C. Windows color (decimal): -4225752 or 2655679. OLE color: 2655679.

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

Color convert

RGB 191 133 40 -
CMYK 0 0.30 0.79 0.25
HSL 36.95º 0.65% 0.45% -
HSV(B) 36.95º 0.79% 0.75% -
XYZ 30.26 28 5.82 -
YUV 139.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 191 133 40 0 0.30 0.79 0.25 36.95 0.65 0.45
Hex BF 85 28 0 1E 4F 19 25 41 2D
Octal 277 205 50 0 36 117 31 45 101 55
Binary 10111111 10000101 101000 0 11110 1001111 11001 100101 1000001 101101

Color Harmonies of #BF8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8528

Black with #BF8528

Text Example


Text Example

White with #BF8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8528; }

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

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

background-color css

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

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

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

border-color css

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

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

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