Html Css Color HEX #B78F1C Buddha Gold

📋 copy color: '#B78F1C'

red 183 ◦ green 143 ◦ blue 28

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

Shades of Buddha Gold #B78F1C

Tints of Buddha Gold #B78F1C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 51.69%
G = 40.4%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B78F1C (or 0xB78F1C) is known color: Buddha Gold. HEX triplet: B7, 8F and 1C. RGB value is (183,143,28). Sum of RGB (Red+Green+Blue) = 183+143+28=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F1C is #4870E3. Grayscale: #8E8E8E. Windows color (decimal): -4747492 or 1871799. OLE color: 1871799.

HSL color Cylindrical-coordinate representation of color #B78F1C: hue angle of 44.52º degrees, saturation: 0.73, 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 #B78F1C is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 143 28 -
CMYK 0 0.22 0.85 0.28
HSL 44.52º 0.73% 0.41% -
HSV(B) 44.52º 0.85% 0.72% -
XYZ 29.56 29.8 5.29 -
YUV 141.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 183 143 28 0 0.22 0.85 0.28 44.52 0.73 0.41
Hex B7 8F 1C 0 16 55 1C 2D 49 29
Octal 267 217 34 0 26 125 34 55 111 51
Binary 10110111 10001111 11100 0 10110 1010101 11100 101101 1001001 101001

Color Harmonies of #B78F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78F1C

Black with #B78F1C

Text Example


Text Example

White with #B78F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78F1C; }

 p { color: rgb(183,143,28); }

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

background-color css

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

 a { background-color: rgb(183,143,28); }

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

border-color css

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

 span { border-color: rgb(183,143,28); }

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