Html Css Color HEX #B7911A Buddha Gold

📋 copy color: '#B7911A'

red 183 ◦ green 145 ◦ blue 26

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

Shades of Buddha Gold #B7911A

Tints of Buddha Gold #B7911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

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

R = 51.69%
G = 40.96%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7911A (or 0xB7911A) is known color: Buddha Gold. HEX triplet: B7, 91 and 1A. RGB value is (183,145,26). Sum of RGB (Red+Green+Blue) = 183+145+26=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B7911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7911A is #486EE5. Grayscale: #8F8F8F. Windows color (decimal): -4746982 or 1741239. OLE color: 1741239.

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

Color convert

RGB 183 145 26 -
CMYK 0 0.21 0.86 0.28
HSL 45.48º 0.75% 0.41% -
HSV(B) 45.48º 0.86% 0.72% -
XYZ 29.84 30.39 5.27 -
YUV 142.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 183 145 26 0 0.21 0.86 0.28 45.48 0.75 0.41
Hex B7 91 1A 0 15 56 1C 2D 4B 29
Octal 267 221 32 0 25 126 34 55 113 51
Binary 10110111 10010001 11010 0 10101 1010110 11100 101101 1001011 101001

Color Harmonies of #B7911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7911A

Black with #B7911A

Text Example


Text Example

White with #B7911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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