Html Css Color HEX #B7981B Buddha Gold

📋 copy color: '#B7981B'

red 183 ◦ green 152 ◦ blue 27

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

Shades of Buddha Gold #B7981B

Tints of Buddha Gold #B7981B

RGB

 RED value IS 183 (71.88% from 255) = 50.55%

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

 BLUE value IS 27 (10.94% from 255) = 7.46%

R = 50.55%
G = 41.99%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7981B (or 0xB7981B) is known color: Buddha Gold. HEX triplet: B7, 98 and 1B. RGB value is (183,152,27). Sum of RGB (Red+Green+Blue) = 183+152+27=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7981B is #4867E4. Grayscale: #939393. Windows color (decimal): -4745189 or 1808567. OLE color: 1808567.

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

Color convert

RGB 183 152 27 -
CMYK 0 0.17 0.85 0.28
HSL 48.08º 0.74% 0.41% -
HSV(B) 48.08º 0.85% 0.72% -
XYZ 30.95 32.6 5.7 -
YUV 147.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 183 152 27 0 0.17 0.85 0.28 48.08 0.74 0.41
Hex B7 98 1B 0 11 55 1C 30 4A 29
Octal 267 230 33 0 21 125 34 60 112 51
Binary 10110111 10011000 11011 0 10001 1010101 11100 110000 1001010 101001

Color Harmonies of #B7981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7981B

Black with #B7981B

Text Example


Text Example

White with #B7981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7981B; }

 p { color: rgb(183,152,27); }

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

background-color css

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

 a { background-color: rgb(183,152,27); }

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

border-color css

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

 span { border-color: rgb(183,152,27); }

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