Html Css Color HEX #B7961A Buddha Gold

📋 copy color: '#B7961A'

red 183 ◦ green 150 ◦ blue 26

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

Shades of Buddha Gold #B7961A

Tints of Buddha Gold #B7961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

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

R = 50.97%
G = 41.78%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7961A (or 0xB7961A) is known color: Buddha Gold. HEX triplet: B7, 96 and 1A. RGB value is (183,150,26). Sum of RGB (Red+Green+Blue) = 183+150+26=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7961A is #4869E5. Grayscale: #929292. Windows color (decimal): -4745702 or 1742519. OLE color: 1742519.

HSL color Cylindrical-coordinate representation of color #B7961A: hue angle of 47.39º 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 #B7961A is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 150 26 -
CMYK 0 0.18 0.86 0.28
HSL 47.39º 0.75% 0.41% -
HSV(B) 47.39º 0.86% 0.72% -
XYZ 30.62 31.95 5.53 -
YUV 145.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 183 150 26 0 0.18 0.86 0.28 47.39 0.75 0.41
Hex B7 96 1A 0 12 56 1C 2F 4B 29
Octal 267 226 32 0 22 126 34 57 113 51
Binary 10110111 10010110 11010 0 10010 1010110 11100 101111 1001011 101001

Color Harmonies of #B7961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7961A

Black with #B7961A

Text Example


Text Example

White with #B7961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7961A; }

 p { color: rgb(183,150,26); }

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

background-color css

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

 a { background-color: rgb(183,150,26); }

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

border-color css

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

 span { border-color: rgb(183,150,26); }

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