Html Css Color HEX #BF8525 Geebung

📋 copy color: '#BF8525'

red 191 ◦ green 133 ◦ blue 37

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

Shades of Geebung #BF8525

Tints of Geebung #BF8525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.25%

R = 52.91%
G = 36.84%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF8525 (or 0xBF8525) is known color: Geebung. HEX triplet: BF, 85 and 25. RGB value is (191,133,37). Sum of RGB (Red+Green+Blue) = 191+133+37=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8525 is #407ADA. Grayscale: #8B8B8B. Windows color (decimal): -4225755 or 2459071. OLE color: 2459071.

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

Color convert

RGB 191 133 37 -
CMYK 0 0.30 0.81 0.25
HSL 37.4º 0.68% 0.45% -
HSV(B) 37.4º 0.81% 0.75% -
XYZ 30.21 27.99 5.56 -
YUV 139.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 191 133 37 0 0.30 0.81 0.25 37.4 0.68 0.45
Hex BF 85 25 0 1E 51 19 25 44 2D
Octal 277 205 45 0 36 121 31 45 104 55
Binary 10111111 10000101 100101 0 11110 1010001 11001 100101 1000100 101101

Color Harmonies of #BF8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8525

Black with #BF8525

Text Example


Text Example

White with #BF8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8525; }

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

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

background-color css

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

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

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

border-color css

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

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

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