Html Css Color HEX #BF8325 Geebung

📋 copy color: '#BF8325'

red 191 ◦ green 131 ◦ blue 37

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

Shades of Geebung #BF8325

Tints of Geebung #BF8325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

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

R = 53.2%
G = 36.49%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF8325 (or 0xBF8325) is known color: Geebung. HEX triplet: BF, 83 and 25. RGB value is (191,131,37). Sum of RGB (Red+Green+Blue) = 191+131+37=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8325 is #407CDA. Grayscale: #8A8A8A. Windows color (decimal): -4226267 or 2458559. OLE color: 2458559.

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

Color convert

RGB 191 131 37 -
CMYK 0 0.31 0.81 0.25
HSL 36.62º 0.68% 0.45% -
HSV(B) 36.62º 0.81% 0.75% -
XYZ 29.94 27.44 5.47 -
YUV 138.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 191 131 37 0 0.31 0.81 0.25 36.62 0.68 0.45
Hex BF 83 25 0 1F 51 19 25 44 2D
Octal 277 203 45 0 37 121 31 45 104 55
Binary 10111111 10000011 100101 0 11111 1010001 11001 100101 1000100 101101

Color Harmonies of #BF8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8325

Black with #BF8325

Text Example


Text Example

White with #BF8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8325; }

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

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

background-color css

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

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

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

border-color css

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

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

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