Html Css Color HEX #B7990A Buddha Gold

📋 copy color: '#B7990A'

red 183 ◦ green 153 ◦ blue 10

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

Shades of Buddha Gold #B7990A

Tints of Buddha Gold #B7990A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.22%

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 52.89%
G = 44.22%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7990A (or 0xB7990A) is known color: Buddha Gold. HEX triplet: B7, 99 and 0A. RGB value is (183,153,10). Sum of RGB (Red+Green+Blue) = 183+153+10=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7990A is #4866F5. Grayscale: #929292. Windows color (decimal): -4744950 or 694711. OLE color: 694711.

HSL color Cylindrical-coordinate representation of color #B7990A: hue angle of 49.6º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7990A is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 153 10 -
CMYK 0 0.16 0.95 0.28
HSL 49.6º 0.9% 0.38% -
HSV(B) 49.6º 0.95% 0.72% -
XYZ 30.97 32.87 5 -
YUV 145.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 183 153 10 0 0.16 0.95 0.28 49.6 0.9 0.38
Hex B7 99 A 0 10 5F 1C 32 5A 26
Octal 267 231 12 0 20 137 34 62 132 46
Binary 10110111 10011001 1010 0 10000 1011111 11100 110010 1011010 100110

Color Harmonies of #B7990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7990A

Black with #B7990A

Text Example


Text Example

White with #B7990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7990A; }

 p { color: rgb(183,153,10); }

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

background-color css

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

 a { background-color: rgb(183,153,10); }

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

border-color css

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

 span { border-color: rgb(183,153,10); }

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