Html Css Color HEX #B98F19 Buddha Gold

📋 copy color: '#B98F19'

red 185 ◦ green 143 ◦ blue 25

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

Shades of Buddha Gold #B98F19

Tints of Buddha Gold #B98F19

RGB

 RED value IS 185 (72.66% from 255) = 52.41%

 GREEN value IS 143 (56.25% from 255) = 40.51%

 BLUE value IS 25 (10.16% from 255) = 7.08%

R = 52.41%
G = 40.51%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B98F19 (or 0xB98F19) is known color: Buddha Gold. HEX triplet: B9, 8F and 19. RGB value is (185,143,25). Sum of RGB (Red+Green+Blue) = 185+143+25=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98F19 is #4670E6. Grayscale: #8E8E8E. Windows color (decimal): -4616423 or 1675193. OLE color: 1675193.

HSL color Cylindrical-coordinate representation of color #B98F19: hue angle of 44.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B98F19 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 143 25 -
CMYK 0 0.23 0.86 0.27
HSL 44.25º 0.76% 0.41% -
HSV(B) 44.25º 0.86% 0.73% -
XYZ 30.01 30.03 5.13 -
YUV 142.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 185 143 25 0 0.23 0.86 0.27 44.25 0.76 0.41
Hex B9 8F 19 0 17 56 1B 2C 4C 29
Octal 271 217 31 0 27 126 33 54 114 51
Binary 10111001 10001111 11001 0 10111 1010110 11011 101100 1001100 101001

Color Harmonies of #B98F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98F19

Black with #B98F19

Text Example


Text Example

White with #B98F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98F19; }

 p { color: rgb(185,143,25); }

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

background-color css

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

 a { background-color: rgb(185,143,25); }

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

border-color css

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

 span { border-color: rgb(185,143,25); }

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