Html Css Color HEX #BF8328 Geebung

📋 copy color: '#BF8328'

red 191 ◦ green 131 ◦ blue 40

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

Shades of Geebung #BF8328

Tints of Geebung #BF8328

RGB

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

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

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

R = 52.76%
G = 36.19%
B = 11.05%

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

#BF8328 (or 0xBF8328) is known color: Geebung. HEX triplet: BF, 83 and 28. RGB value is (191,131,40). Sum of RGB (Red+Green+Blue) = 191+131+40=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8328 is #407CD7. Grayscale: #8A8A8A. Windows color (decimal): -4226264 or 2655167. OLE color: 2655167.

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

Color convert

RGB 191 131 40 -
CMYK 0 0.31 0.79 0.25
HSL 36.16º 0.65% 0.45% -
HSV(B) 36.16º 0.79% 0.75% -
XYZ 29.99 27.46 5.73 -
YUV 138.57 72.38 165.4 -
System Red Green Blue C M Y K H S L
Decimal 191 131 40 0 0.31 0.79 0.25 36.16 0.65 0.45
Hex BF 83 28 0 1F 4F 19 24 41 2D
Octal 277 203 50 0 37 117 31 44 101 55
Binary 10111111 10000011 101000 0 11111 1001111 11001 100100 1000001 101101

Color Harmonies of #BF8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8328

Black with #BF8328

Text Example


Text Example

White with #BF8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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