Html Css Color HEX #B8981A Buddha Gold

📋 copy color: '#B8981A'

red 184 ◦ green 152 ◦ blue 26

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

Shades of Buddha Gold #B8981A

Tints of Buddha Gold #B8981A

RGB

 RED value IS 184 (72.27% from 255) = 50.83%

 GREEN value IS 152 (59.77% from 255) = 41.99%

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 50.83%
G = 41.99%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8981A (or 0xB8981A) is known color: Buddha Gold. HEX triplet: B8, 98 and 1A. RGB value is (184,152,26). Sum of RGB (Red+Green+Blue) = 184+152+26=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8981A is #4767E5. Grayscale: #939393. Windows color (decimal): -4679654 or 1743032. OLE color: 1743032.

HSL color Cylindrical-coordinate representation of color #B8981A: hue angle of 47.85º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8981A is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 152 26 -
CMYK 0 0.17 0.86 0.28
HSL 47.85º 0.75% 0.41% -
HSV(B) 47.85º 0.86% 0.72% -
XYZ 31.18 32.72 5.65 -
YUV 147.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 184 152 26 0 0.17 0.86 0.28 47.85 0.75 0.41
Hex B8 98 1A 0 11 56 1C 30 4B 29
Octal 270 230 32 0 21 126 34 60 113 51
Binary 10111000 10011000 11010 0 10001 1010110 11100 110000 1001011 101001

Color Harmonies of #B8981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8981A

Black with #B8981A

Text Example


Text Example

White with #B8981A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8981A; }

 p { color: rgb(184,152,26); }

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

background-color css

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

 a { background-color: rgb(184,152,26); }

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

border-color css

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

 span { border-color: rgb(184,152,26); }

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