Html Css Color HEX #B7950E Buddha Gold

📋 copy color: '#B7950E'

red 183 ◦ green 149 ◦ blue 14

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

Shades of Buddha Gold #B7950E

Tints of Buddha Gold #B7950E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 14 (5.86% from 255) = 4.05%

R = 52.89%
G = 43.06%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7950E (or 0xB7950E) is known color: Buddha Gold. HEX triplet: B7, 95 and 0E. RGB value is (183,149,14). Sum of RGB (Red+Green+Blue) = 183+149+14=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7950E is #486AF1. Grayscale: #909090. Windows color (decimal): -4745970 or 955831. OLE color: 955831.

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

Color convert

RGB 183 149 14 -
CMYK 0 0.19 0.92 0.28
HSL 47.93º 0.86% 0.39% -
HSV(B) 47.93º 0.92% 0.72% -
XYZ 30.36 31.59 4.91 -
YUV 143.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 183 149 14 0 0.19 0.92 0.28 47.93 0.86 0.39
Hex B7 95 E 0 13 5C 1C 30 56 27
Octal 267 225 16 0 23 134 34 60 126 47
Binary 10110111 10010101 1110 0 10011 1011100 11100 110000 1010110 100111

Color Harmonies of #B7950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7950E

Black with #B7950E

Text Example


Text Example

White with #B7950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7950E; }

 p { color: rgb(183,149,14); }

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

background-color css

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

 a { background-color: rgb(183,149,14); }

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

border-color css

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

 span { border-color: rgb(183,149,14); }

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